| 7 | const { execa } = require('execa'); |
| 8 | |
| 9 | module.exports = class GitInitTask extends Task { |
| 10 | async run(_commandOptions) { |
| 11 | let commandOptions = _commandOptions || {}; |
| 12 | const { default: chalk } = require('chalk'); |
nothing calls this directly
no outgoing calls
no test coverage detected