diff options
author | onielfa <[email protected]> | 2020-07-30 23:01:03 +0100 |
---|---|---|
committer | onielfa <[email protected]> | 2020-07-30 23:01:03 +0100 |
commit | e794c6ecf133df248471b465a7553d454b527399 (patch) | |
tree | 0fb5b4cbce0ccb979e438ee8e2b7e2496da9963a /src/app | |
parent | 7e44bbff6d7f572f5f92b3a6b0f1d5e523379ba4 (diff) | |
parent | 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b (diff) |
Merge remote-tracking branch 'origin/master' into feature/larger-names
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/impl_self.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/impl_self.rs b/src/app/impl_self.rs index a806dc5..39882be 100644 --- a/src/app/impl_self.rs +++ b/src/app/impl_self.rs | |||
@@ -251,7 +251,8 @@ impl App { | |||
251 | "mnext" | "month-next" => "month-next (alias: mnext)", | 251 | "mnext" | "month-next" => "month-next (alias: mnext)", |
252 | "tup" | "track-up" => "track-up <auto-habit-name> (alias: tup)", | 252 | "tup" | "track-up" => "track-up <auto-habit-name> (alias: tup)", |
253 | "tdown" | "track-down" => "track-down <auto-habit-name> (alias: tdown)", | 253 | "tdown" | "track-down" => "track-down <auto-habit-name> (alias: tdown)", |
254 | "q" | "quit" => "quit", | 254 | "q" | "quit" => "quit dijo", |
255 | "w" | "write" => "write current state to disk (alias: w)", | ||
255 | "h"|"?" | "help" => "help [<command>|commands|keys] (aliases: h, ?)", | 256 | "h"|"?" | "help" => "help [<command>|commands|keys] (aliases: h, ?)", |
256 | "cmds" | "commands" => "add, add-auto, delete, month-{prev,next}, track-{up,down}, help, quit", | 257 | "cmds" | "commands" => "add, add-auto, delete, month-{prev,next}, track-{up,down}, help, quit", |
257 | "keys" => "TODO", // TODO (view?) | 258 | "keys" => "TODO", // TODO (view?) |