fix --help metadata

This commit is contained in:
Dustin J. Mitchell
2020-11-23 16:18:24 -05:00
parent 1de24f66dc
commit e0b69a62b1

View File

@@ -4,10 +4,10 @@ use taskchampion::{taskstorage, Replica, Status};
use uuid::Uuid; use uuid::Uuid;
fn main() { fn main() {
let matches = App::new("Rask") let matches = App::new("TaskChampion")
.version("0.1") .version("0.1")
.author("Dustin J. Mitchell <dustin@v.igoro.us>") .author("Dustin J. Mitchell <dustin@v.igoro.us>")
.about("Replacement for TaskWarrior") .about("Personal task-tracking")
.subcommand( .subcommand(
SubCommand::with_name("add").about("adds a task").arg( SubCommand::with_name("add").about("adds a task").arg(
Arg::with_name("description") Arg::with_name("description")