Cmd*: Added command DNA, which will ѕoon drive functionality
This commit is contained in:
@@ -39,12 +39,17 @@ extern Context context;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdModify::CmdModify ()
|
||||
{
|
||||
_keyword = "modify";
|
||||
_usage = "task <filter> modify <mods>";
|
||||
_description = STRING_CMD_MODIFY_USAGE1;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_category = Command::Category::operation;
|
||||
_keyword = "modify";
|
||||
_usage = "task <filter> modify <mods>";
|
||||
_description = STRING_CMD_MODIFY_USAGE1;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = true;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = true;
|
||||
_accepts_miscellaneous = false;
|
||||
_category = Command::Category::operation;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user