Code Reorganization
- Added the ability for a command to specify it's own pirmary keyword.
This commit is contained in:
@@ -34,6 +34,7 @@ extern Context context;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdInstall::CmdInstall ()
|
||||
{
|
||||
_keyword = "install";
|
||||
_usage = "task install <extension> [<extension> ...]";
|
||||
_description = "Installs extensions and external scripts";
|
||||
_read_only = true;
|
||||
|
||||
Reference in New Issue
Block a user