Raymon Zutekouw 4 years ago committed by Raymonzut
parent c57a9c2849
commit d80e6b9490
Signed by: raymon
GPG Key ID: 0E62222846283925
  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