fixed plural names which should be singular
This commit is contained in:
		@@ -30,9 +30,9 @@ enum Command {
 | 
				
			|||||||
        #[clap(short, long)]
 | 
					        #[clap(short, long)]
 | 
				
			||||||
        info : Option<String>,
 | 
					        info : Option<String>,
 | 
				
			||||||
        #[clap(short, long)]
 | 
					        #[clap(short, long)]
 | 
				
			||||||
        tags : Vec<String>,
 | 
					        tag : Vec<String>,
 | 
				
			||||||
        #[clap(short, long)]
 | 
					        #[clap(short, long)]
 | 
				
			||||||
        dependencies : Vec<Id>,
 | 
					        dependency : Vec<Id>,
 | 
				
			||||||
        #[clap(short, long, value_enum)]
 | 
					        #[clap(short, long, value_enum)]
 | 
				
			||||||
        priority : Option<tasks::Priority>,
 | 
					        priority : Option<tasks::Priority>,
 | 
				
			||||||
        /// Due date, expecting format yyyy-mm-ddThh:mm:ss
 | 
					        /// Due date, expecting format yyyy-mm-ddThh:mm:ss
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user