Add more details to default command
This commit is contained in:
parent
7cf46f99d4
commit
39a983f6fb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use clap::{Arg, App, SubCommand};
|
|||
pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
|
||||
app
|
||||
.subcommand(SubCommand::with_name("status")
|
||||
.about("Show the current status. Remind of not-yet-done habits, shows upcoming. Default if no command is passed.")
|
||||
.about("Show the current status. Remind of not-yet-done habits, shows upcoming. Default if no command is passed. Also alias for 'today --future'")
|
||||
.version("0.1")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue