rewrite/grammar-implicit-whitespace
Raymon Zutekouw 3 years ago
parent 4f59df0cae
commit cbf6f026f6
  1. 3
      src/main.rs

@ -15,11 +15,10 @@ use pest::Parser;
#[grammar = "grammars/mblf.pest"] #[grammar = "grammars/mblf.pest"]
struct MblfParser; struct MblfParser;
#[derive(StructOpt)] #[derive(StructOpt)]
struct Cli { struct Cli {
#[structopt(parse(from_os_str))] #[structopt(parse(from_os_str))]
input_file: std::path::PathBuf, input_file: std::path::PathBuf,
#[structopt(parse(from_os_str))] #[structopt(parse(from_os_str))]
output_file: std::path::PathBuf, output_file: std::path::PathBuf,
} }

Loading…
Cancel
Save