Sun, 27 Jan 2019 04:22:59 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -15,7 +15,7 @@ mod parser;
 | 
				
			|||||||
use parser::*;
 | 
					use parser::*;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fn main() {
 | 
					fn main() {
 | 
				
			||||||
	let yaml = load_yaml!("cli/ru.yml");
 | 
						let yaml = load_yaml!("cli/en.yml");
 | 
				
			||||||
	let matches = App::from_yaml(yaml).get_matches();
 | 
						let matches = App::from_yaml(yaml).get_matches();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	let path = matches.value_of("FILE").unwrap();
 | 
						let path = matches.value_of("FILE").unwrap();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user