MCPcopy Create free account
hub / github.com/Serverless-Devs/Serverless-Devs / constructor

Method constructor

src/command/custom/help.ts:12–12  ·  view source on GitHub ↗
(private program: Command, private spec = {} as ISpec)

Source from the content-addressed store, hash-verified

10
11class Help {
12 constructor(private program: Command, private spec = {} as ISpec) {}
13 async init() {
14 const argv = process.argv.slice(2);
15 const { _: raw } = parseArgv(argv);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected