v0.1.0, pretty usable
This commit is contained in:
		
							parent
							
								
									5d18ed181a
								
							
						
					
					
						commit
						9e9336624c
					
				@ -3,7 +3,7 @@ pub use clap::{App, AppSettings, Arg, SubCommand};
 | 
				
			|||||||
/// Initialize all possible arguments.
 | 
					/// Initialize all possible arguments.
 | 
				
			||||||
pub fn make_app() -> App<'static, 'static> {
 | 
					pub fn make_app() -> App<'static, 'static> {
 | 
				
			||||||
    App::new("rnote")
 | 
					    App::new("rnote")
 | 
				
			||||||
        .version("0.0.1")
 | 
					        .version("0.1.0")
 | 
				
			||||||
        .author("Volodymyr Patuta <vpatuta AT protonmail DOT com>")
 | 
					        .author("Volodymyr Patuta <vpatuta AT protonmail DOT com>")
 | 
				
			||||||
        .about("Minimal note talking cli tool.")
 | 
					        .about("Minimal note talking cli tool.")
 | 
				
			||||||
        .setting(AppSettings::ArgRequiredElseHelp)
 | 
					        .setting(AppSettings::ArgRequiredElseHelp)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user