mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Code Reorganization
- Added the ability for a command to specify it's own pirmary keyword.
This commit is contained in:
parent
f8b44b68d7
commit
f53d509930
9 changed files with 128 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue