Code Reorganization

- Added the ability for a command to specify it's own pirmary keyword.
This commit is contained in:
Paul Beckingham 2011-05-23 20:23:53 -04:00
parent f8b44b68d7
commit f53d509930
9 changed files with 128 additions and 1 deletions

View file

@ -34,6 +34,7 @@ extern Context context;
////////////////////////////////////////////////////////////////////////////////
CmdLogo::CmdLogo ()
{
_keyword = "logo";
_usage = "task logo";
_description = "Displays the Taskwarrior logo";
_read_only = true;