@wcauchois/program-builder > ProgramWithSubcommands
ProgramWithSubcommands class
Signature:export default class ProgramWithSubcommands
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ProgramWithSubcommands class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| metadata |
| ||
| subcommandMap |
|
Methods
| Method | Modifiers | Description |
|---|---|---|
| determineSubcommand(args) | ||
| exec(rawArgs) | ||
| execOrThrow(rawArgs) | ||
| generateHelpText() |