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

Function verboseCommand

tests/unit/cli/cli-test.js:708–710  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

706
707 describe('Global command options', function () {
708 let verboseCommand = function (args) {
709 return ember(['fake-command', '--verbose'].concat(args));
710 };
711
712 describe('--verbose', function () {
713 describe('option parsing', function () {

Callers 1

cli-test.jsFile · 0.85

Calls 1

emberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…