Main class for handling command-line commands and their associated tasks. It handles only input coming from CLI.
Creates an instance of _Main.
The specified command.
Optional
Optional arguments associated with the command.
Private
Readonly
Runs the main process based on the specified command and optional arguments.
A Promise that resolves once the task associated with the command is complete.
Generated using TypeDoc
Main class for handling command-line commands and their associated tasks. It handles only input coming from CLI.