MCPcopy
hub / github.com/adonisjs/core / run

Method run

tests/ignitor/ace_process.spec.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 class Greet extends BaseCommand {
41 static commandName: string = 'greet'
42 async run() {
43 greetCommandExecuted = true
44 }
45 }
46
47 await ignitor

Calls 1

terminateMethod · 0.45

Tested by

no test coverage detected