zcmdcat: Categorize commands.

This commit is contained in:
Daniel Shahaf 2015-07-20 03:23:15 +00:00 committed by Paul Beckingham
parent c83f702f58
commit 53a702d79a
47 changed files with 65 additions and 0 deletions

View file

@ -47,6 +47,7 @@ CmdCalendar::CmdCalendar ()
_description = STRING_CMD_CAL_USAGE;
_read_only = true;
_displays_id = true;
_category = Command::Category::graphs;
}
////////////////////////////////////////////////////////////////////////////////