Sun, 27 Jan 2019 04:22:59 +0400

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-01-27 04:22:59 +04:00
parent e2266c8091
commit 8ecacc836a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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();