We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97689b2 commit 45c1fb4Copy full SHA for 45c1fb4
src/commander/exec.ts
@@ -19,7 +19,6 @@ command
19
.option('-P, --port <number>', 'Port number for the server')
20
.action(async function(execCommand, _, command) {
21
let ctx: Context = ctxInit(command.optsWithGlobals());
22
- ctx.log.debug(ctx.options.port)
23
24
if (!which.sync(execCommand[0], { nothrow: true })) {
25
ctx.log.error(`Error: Command not found "${execCommand[0]}"`);
0 commit comments