mirror of
				https://forge.katzen.cafe/katzen-cafe/iowo.git
				synced 2025-10-29 08:37:57 +01:00 
			
		
		
		
	added basic method to check syntax command input
This commit is contained in:
		
					parent
					
						
							
								03412ce8cd
							
						
					
				
			
			
				commit
				
					
						3952091018
					
				
			
		
					 6 changed files with 251 additions and 7 deletions
				
			
		
							
								
								
									
										11
									
								
								src/args.rs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/args.rs
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| use std::path::PathBuf; | ||||
| 
 | ||||
| use clap::Parser; | ||||
| 
 | ||||
| #[derive(Parser, Debug)] | ||||
| #[command(author, version, about, long_about = None)] | ||||
| pub struct Args { | ||||
|     pub text: String, | ||||
|     #[arg(long)] | ||||
|     pub debug_tokens: bool, | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Schrottkatze
				Schrottkatze