diff --git a/src/commands/CmdAdd.cpp b/src/commands/CmdAdd.cpp index 46ffec168..8a4dcfe85 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -42,6 +42,7 @@ CmdAdd::CmdAdd () _description = STRING_CMD_ADD_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdAliases.cpp b/src/commands/CmdAliases.cpp index 5cb06c509..f7fe63889 100644 --- a/src/commands/CmdAliases.cpp +++ b/src/commands/CmdAliases.cpp @@ -40,6 +40,7 @@ CmdCompletionAliases::CmdCompletionAliases () _description = STRING_CMD_ALIASES_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdAnnotate.cpp b/src/commands/CmdAnnotate.cpp index 2b4d5b7df..096e72fad 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -44,6 +44,7 @@ CmdAnnotate::CmdAnnotate () _description = STRING_CMD_ANNO_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdAppend.cpp b/src/commands/CmdAppend.cpp index 228a315e4..72414a85d 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -44,6 +44,7 @@ CmdAppend::CmdAppend () _description = STRING_CMD_APPEND_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdAttributes.cpp b/src/commands/CmdAttributes.cpp index 0d6f413cd..f4a9f2444 100644 --- a/src/commands/CmdAttributes.cpp +++ b/src/commands/CmdAttributes.cpp @@ -43,6 +43,7 @@ CmdZshAttributes::CmdZshAttributes () _description = STRING_CMD_ZSHATTS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdBurndown.cpp b/src/commands/CmdBurndown.cpp index bcdb9a810..d86e23693 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -1019,6 +1019,7 @@ CmdBurndownMonthly::CmdBurndownMonthly () _description = STRING_CMD_BURN_USAGE_M; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// @@ -1047,6 +1048,7 @@ CmdBurndownWeekly::CmdBurndownWeekly () _description = STRING_CMD_BURN_USAGE_W; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// @@ -1075,6 +1077,7 @@ CmdBurndownDaily::CmdBurndownDaily () _description = STRING_CMD_BURN_USAGE_D; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index 8a5b9b1fe..f3ef424a8 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -42,6 +42,7 @@ CmdCalc::CmdCalc () _description = STRING_CMD_CALC_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index 4011b610c..69599ceff 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -47,6 +47,7 @@ CmdCalendar::CmdCalendar () _description = STRING_CMD_CAL_USAGE; _read_only = true; _displays_id = true; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdColor.cpp b/src/commands/CmdColor.cpp index f5860dae1..cf7aa4ad5 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -44,6 +44,7 @@ CmdColor::CmdColor () _description = STRING_CMD_COLOR_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index f2c23b12c..7b926b6a2 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -44,6 +44,7 @@ CmdColumns::CmdColumns () _description = STRING_CMD_COLUMNS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::config; } //////////////////////////////////////////////////////////////////////////////// @@ -119,6 +120,7 @@ CmdCompletionColumns::CmdCompletionColumns () _description = STRING_CMD_COLUMNS_USAGE2; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdCommands.cpp b/src/commands/CmdCommands.cpp index ab1c1faa2..f16f959cf 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -43,6 +43,7 @@ CmdCompletionCommands::CmdCompletionCommands () _description = STRING_CMD_HCOMMANDS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// @@ -73,6 +74,7 @@ CmdZshCommands::CmdZshCommands () _description = STRING_CMD_ZSHCOMMANDS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index 4cc9ec39f..c0c67b936 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -44,6 +44,7 @@ CmdConfig::CmdConfig () _description = STRING_CMD_CONFIG_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::config; } //////////////////////////////////////////////////////////////////////////////// @@ -232,6 +233,7 @@ CmdCompletionConfig::CmdCompletionConfig () _description = STRING_CMD_HCONFIG_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index 491aadf35..03082ebd7 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -370,6 +370,7 @@ CmdCompletionContext::CmdCompletionContext () _description = STRING_CMD_HCONTEXT_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdCount.cpp b/src/commands/CmdCount.cpp index 254530f2c..7fd61df80 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -42,6 +42,7 @@ CmdCount::CmdCount () _description = STRING_CMD_COUNT_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdDelete.cpp b/src/commands/CmdDelete.cpp index 7ec93f38c..f99a8d3b9 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -45,6 +45,7 @@ CmdDelete::CmdDelete () _read_only = false; _displays_id = false; _needs_confirm = true; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index 80e8c1390..8e1076721 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -44,6 +44,7 @@ CmdDenotate::CmdDenotate () _description = STRING_CMD_DENO_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index 6b5d8d53a..b5c05dc6c 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -56,6 +56,7 @@ CmdDiagnostics::CmdDiagnostics () _description = STRING_CMD_DIAG_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdDone.cpp b/src/commands/CmdDone.cpp index af6835cb0..30bd73058 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -44,6 +44,7 @@ CmdDone::CmdDone () _description = STRING_CMD_DONE_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdDuplicate.cpp b/src/commands/CmdDuplicate.cpp index fc8a8ec49..79e9b9dfa 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -44,6 +44,7 @@ CmdDuplicate::CmdDuplicate () _description = STRING_CMD_DUPLICATE_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index 00d838dfa..18da58d85 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -53,6 +53,7 @@ CmdEdit::CmdEdit () _description = STRING_CMD_EDIT_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdExec.cpp b/src/commands/CmdExec.cpp index 51d755512..41899d2fe 100644 --- a/src/commands/CmdExec.cpp +++ b/src/commands/CmdExec.cpp @@ -41,6 +41,7 @@ CmdExec::CmdExec () _description = STRING_CMD_EXEC_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index 8bc506f5c..6fd5def3b 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -41,6 +41,7 @@ CmdExport::CmdExport () _description = STRING_CMD_EXPORT_USAGE; _read_only = true; _displays_id = true; + _category = Command::Category::migration; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 7868cb045..48eb1a3bc 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -42,6 +42,7 @@ CmdGet::CmdGet () _description = STRING_CMD_GET_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 3e9b86ebf..73e4b1a32 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -44,6 +44,7 @@ CmdHelp::CmdHelp () _description = STRING_CMD_HELP_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdHistory.cpp b/src/commands/CmdHistory.cpp index 4225914a7..e6c6da506 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -44,6 +44,7 @@ CmdHistoryMonthly::CmdHistoryMonthly () _description = STRING_CMD_HISTORY_USAGE_M; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// @@ -200,6 +201,7 @@ CmdHistoryAnnual::CmdHistoryAnnual () _description = STRING_CMD_HISTORY_USAGE_A; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// @@ -352,6 +354,7 @@ CmdGHistoryMonthly::CmdGHistoryMonthly () _description = STRING_CMD_GHISTORY_USAGE_M; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// @@ -545,6 +548,7 @@ CmdGHistoryAnnual::CmdGHistoryAnnual () _description = STRING_CMD_GHISTORY_USAGE_A; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index 967f23121..671cb5296 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -46,6 +46,7 @@ CmdIDs::CmdIDs () _description = STRING_CMD_IDS_USAGE_RANGE; _read_only = true; _displays_id = true; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// @@ -133,6 +134,7 @@ CmdCompletionIds::CmdCompletionIds () _description = STRING_CMD_IDS_USAGE_LIST; _read_only = true; _displays_id = true; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// @@ -166,6 +168,7 @@ CmdZshCompletionIds::CmdZshCompletionIds () _description = STRING_CMD_IDS_USAGE_ZSH; _read_only = true; _displays_id = true; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// @@ -200,6 +203,7 @@ CmdUUIDs::CmdUUIDs () _description = STRING_CMD_UUIDS_USAGE_RANGE; _read_only = true; _displays_id = false; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// @@ -231,6 +235,7 @@ CmdCompletionUuids::CmdCompletionUuids () _description = STRING_CMD_UUIDS_USAGE_LIST; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// @@ -262,6 +267,7 @@ CmdZshCompletionUuids::CmdZshCompletionUuids () _description = STRING_CMD_UUIDS_USAGE_ZSH; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index c4c29c235..b707c1003 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -47,6 +47,7 @@ CmdImport::CmdImport () _description = STRING_CMD_IMPORT_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::migration; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index c87f0bbe6..aad4f788d 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -54,6 +54,7 @@ CmdInfo::CmdInfo () // // Once the test suite is completely modified, this can be corrected. _displays_id = false; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdLog.cpp b/src/commands/CmdLog.cpp index 6d7cd801e..809d18cfe 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -42,6 +42,7 @@ CmdLog::CmdLog () _description = STRING_CMD_LOG_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdLogo.cpp b/src/commands/CmdLogo.cpp index 36dc94e34..e1d6a8f57 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -41,6 +41,7 @@ CmdLogo::CmdLogo () _description = STRING_CMD_LOGO_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdModify.cpp b/src/commands/CmdModify.cpp index 03aeed656..4f9dff5fe 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -44,6 +44,7 @@ CmdModify::CmdModify () _description = STRING_CMD_MODIFY_USAGE1; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdPrepend.cpp b/src/commands/CmdPrepend.cpp index d17c25252..0feff3570 100644 --- a/src/commands/CmdPrepend.cpp +++ b/src/commands/CmdPrepend.cpp @@ -44,6 +44,7 @@ CmdPrepend::CmdPrepend () _description = STRING_CMD_PREPEND_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdProjects.cpp b/src/commands/CmdProjects.cpp index ffd5e246c..37172ccbe 100644 --- a/src/commands/CmdProjects.cpp +++ b/src/commands/CmdProjects.cpp @@ -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; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdReports.cpp b/src/commands/CmdReports.cpp index b56fdabe0..af4a573ab 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -44,6 +44,7 @@ CmdReports::CmdReports () _description = STRING_CMD_REPORTS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::config; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 3349d74ce..1a0868059 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -46,6 +46,7 @@ CmdShow::CmdShow () _description = STRING_CMD_SHOW; _read_only = true; _displays_id = false; + _category = Command::Category::config; } //////////////////////////////////////////////////////////////////////////////// @@ -393,6 +394,7 @@ CmdShowRaw::CmdShowRaw () _description = STRING_CMD_SHOWRAW; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index 1bb910cfa..73a703d72 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -44,6 +44,7 @@ CmdStart::CmdStart () _description = STRING_CMD_START_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdStats.cpp b/src/commands/CmdStats.cpp index fe6347d36..67a3e42fd 100644 --- a/src/commands/CmdStats.cpp +++ b/src/commands/CmdStats.cpp @@ -48,6 +48,7 @@ CmdStats::CmdStats () _description = STRING_CMD_STATS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdStop.cpp b/src/commands/CmdStop.cpp index 85ab044be..5751427fc 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -43,6 +43,7 @@ CmdStop::CmdStop () _description = STRING_CMD_STOP_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 692b831b1..4b50923f2 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -48,6 +48,7 @@ CmdSummary::CmdSummary () _description = STRING_CMD_SUMMARY_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdSync.cpp b/src/commands/CmdSync.cpp index d326c965d..ef86600e8 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -46,6 +46,7 @@ CmdSync::CmdSync () _description = STRING_CMD_SYNC_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::migration; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index a675fa9b4..fffdf64b8 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -45,6 +45,7 @@ CmdTags::CmdTags () _description = STRING_CMD_TAGS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::interrogator; } //////////////////////////////////////////////////////////////////////////////// @@ -143,6 +144,7 @@ CmdCompletionTags::CmdCompletionTags () _description = STRING_CMD_COMTAGS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index 5183edfaf..c6134468a 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -46,6 +46,7 @@ CmdTimesheet::CmdTimesheet () _description = STRING_CMD_TIMESHEET_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::graphs; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdUDAs.cpp b/src/commands/CmdUDAs.cpp index 883c08c3b..1738b9fb6 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -46,6 +46,7 @@ CmdUDAs::CmdUDAs () _description = STRING_CMD_UDAS_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::config; } //////////////////////////////////////////////////////////////////////////////// @@ -181,6 +182,7 @@ CmdCompletionUDAs::CmdCompletionUDAs () _description = STRING_CMD_UDAS_COMPL_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index e54713504..87f8ef4cf 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -40,6 +40,7 @@ CmdUndo::CmdUndo () _description = STRING_CMD_UNDO_USAGE; _read_only = false; _displays_id = false; + _category = Command::Category::operation; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdUnique.cpp b/src/commands/CmdUnique.cpp index 2e54caad0..c81c928f8 100644 --- a/src/commands/CmdUnique.cpp +++ b/src/commands/CmdUnique.cpp @@ -44,6 +44,7 @@ CmdUnique::CmdUnique () _description = STRING_CMD_UNIQUE_USAGE; _read_only = false; _displays_id = true; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index 68d5bf027..7803f3cd2 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -44,6 +44,7 @@ CmdUrgency::CmdUrgency () _description = STRING_CMD_URGENCY_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } //////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index d2af92f18..5dc4ddb02 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -47,6 +47,7 @@ CmdVersion::CmdVersion () _description = STRING_CMD_VERSION_USAGE; _read_only = true; _displays_id = false; + _category = Command::Category::misc; } //////////////////////////////////////////////////////////////////////////////// @@ -136,6 +137,7 @@ CmdCompletionVersion::CmdCompletionVersion () _description = STRING_CMD_VERSION_USAGE2; _read_only = true; _displays_id = false; + _category = Command::Category::internal; } ////////////////////////////////////////////////////////////////////////////////