summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appcommand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appcommand.rs')
-rw-r--r--src/key_command/impl_appcommand.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_command/impl_appcommand.rs b/src/key_command/impl_appcommand.rs
index f942d82..1990bbc 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -69,6 +69,7 @@ impl AppCommand for Command {
Self::ShowTasks => CMD_SHOW_TASKS,
Self::Flat(_) => CMD_FLAT,
+ Self::NumberedCommand(_) => CMD_NUMBERED_COMMAND,
Self::Sort(_) => CMD_SORT,
Self::SortReverse => CMD_SORT_REVERSE,