fix --help metadata
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user