MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/git-init.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const { execa } = require('execa');
8
9module.exports = class GitInitTask extends Task {
10 async run(_commandOptions) {
11 let commandOptions = _commandOptions || {};
12 const { default: chalk } = require('chalk');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected