Add more details to default command

This commit is contained in:
Matthias Beyer 2017-12-19 19:09:47 +01:00
parent 7cf46f99d4
commit 39a983f6fb

View file

@ -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")
)