Lines Matching refs:subcommand
307 You can use `.addCommand()` to add an already configured subcommand to the program.
333 …output. Specifying `true` for `opts.isDefault` will run the subcommand if no other subcommand is s…
420 …tory of the entry script (like `./examples/pm`) with the name `program-subcommand`, like `pm-insta…
459 …by default if your command has subcommands. It can be used alone, or with a subcommand name to show
460 further help for the subcommand. These are effectively the same if the `shell` program has implicit…
643 … method of the Command object, and creates a new command rather than a subcommand. This gets used …
645 customise the new subcommand (examples using [subclass](./examples/custom-command-class.js) and [fu…
652 …ny examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand process.
656 An executable subcommand is launched as a separate child process.
659 the inspector port is incremented by 1 for the spawned subcommand.
668 …haviour is to throw the error, except for async handling of executable subcommand completion which…