zcmdcat: Categorize commands.
This commit is contained in:
committed by
Paul Beckingham
parent
c83f702f58
commit
53a702d79a
@@ -46,6 +46,7 @@ CmdProjects::CmdProjects ()
|
||||
_description = STRING_CMD_PROJECTS_USAGE;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_category = Command::Category::interrogator;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -166,6 +167,7 @@ CmdCompletionProjects::CmdCompletionProjects ()
|
||||
_description = STRING_CMD_PROJECTS_USAGE_2;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_category = Command::Category::internal;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user