Members
(static, constant) app :module:CLI/Command~TCommand
Command definition object for managing applications.
- Source
(static, constant) misc :module:CLI/Command~TCommand
Command definition object for miscellaneous tools.
- Source
(static, constant) plugin :module:CLI/Command~TCommand
Command definition object for managing plugins.
- Source
(static, constant) project :module:CLI/Command~TCommand
Command definition object for managing projects.
- Source
Type Definitions
TCommand
Command definition object.
Type:
Properties- object
| Name | Type | Description |
|---|---|---|
command | string | Command syntax |
aliases | Array.<string> | Command aliases |
describe | string | Command description |
builder | function | Function to build command options |
handler | function | Function to handle the command execution |
- Source