Sun, 27 Jan 2019 04:22:59 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e2266c8091
commit
8ecacc836a
@ -15,7 +15,7 @@ mod parser;
|
||||
use parser::*;
|
||||
|
||||
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 path = matches.value_of("FILE").unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user