CLI
The main CLI program interface where all the commands are registered and that works as a bridge
between the app and commander
.
Constructor Summary
Public Constructor | ||
public |
constructor(info: Object, name: string) Class constructor. |
Member Summary
Public Members | ||
public |
This app |
|
public |
The name of the CLI program. |
Method Summary
Public Methods | ||
public |
start(commands: Array<CLICommand>) Start the interface with a list of commands. |
Public Constructors
Public Members
Public Methods
public start(commands: Array<CLICommand>) source
Start the interface with a list of commands.
Params:
Name | Type | Attribute | Description |
commands | Array<CLICommand> | A list of commands to register. |