mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 04:23:24 +02:00
zcmdcat: Categorize 'task install'.
This commit is contained in:
parent
53a702d79a
commit
de9a815063
3 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,7 @@ const std::map <Command::Category, std::string> Command::categoryNames =
|
|||
,{Command::Category::migration, "migration"}
|
||||
,{Command::Category::misc, "misc" }
|
||||
,{Command::Category::internal, "internal"}
|
||||
,{Command::Category::UNDOCUMENTED, "undocumented"}
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue