mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
fix --help metadata
This commit is contained in:
parent
1de24f66dc
commit
e0b69a62b1
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ use taskchampion::{taskstorage, Replica, Status};
|
|||
use uuid::Uuid;
|
||||
|
||||
fn main() {
|
||||
let matches = App::new("Rask")
|
||||
let matches = App::new("TaskChampion")
|
||||
.version("0.1")
|
||||
.author("Dustin J. Mitchell <dustin@v.igoro.us>")
|
||||
.about("Replacement for TaskWarrior")
|
||||
.about("Personal task-tracking")
|
||||
.subcommand(
|
||||
SubCommand::with_name("add").about("adds a task").arg(
|
||||
Arg::with_name("description")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue