fixed plural names which should be singular

This commit is contained in:
aaron-jack-manning 2022-08-30 18:25:14 +10:00
parent c18d47298a
commit 001cc3fa3d

View File

@ -30,9 +30,9 @@ enum Command {
#[clap(short, long)]
info : Option<String>,
#[clap(short, long)]
tags : Vec<String>,
tag : Vec<String>,
#[clap(short, long)]
dependencies : Vec<Id>,
dependency : Vec<Id>,
#[clap(short, long, value_enum)]
priority : Option<tasks::Priority>,
/// Due date, expecting format yyyy-mm-ddThh:mm:ss