mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
Cmd*: Added command DNA, which will ѕoon drive functionality
This commit is contained in:
parent
d390433ec7
commit
bf80c7d514
47 changed files with 712 additions and 388 deletions
|
@ -35,11 +35,16 @@ extern Context context;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdCompletionAliases::CmdCompletionAliases ()
|
||||
{
|
||||
_keyword = "_aliases";
|
||||
_usage = "task _aliases";
|
||||
_description = STRING_CMD_ALIASES_USAGE;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_keyword = "_aliases";
|
||||
_usage = "task _aliases";
|
||||
_description = STRING_CMD_ALIASES_USAGE;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = false;
|
||||
_accepts_filter = false;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = false;
|
||||
_category = Command::Category::internal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue