Fix input file for cpp_out

This commit is contained in:
jaby 2022-09-17 17:15:23 +02:00
parent 03c2379721
commit d92f6d6cfb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use cpp_out::{Configuration, Error, FileType};
#[derive(Parser)]
#[clap(about = "Output a file content or stdin to a c++ header/source file", long_about = None)]
struct CommandLine {
#[clap(short='f', long="file")]
#[clap(value_parser)]
input_file: Option<PathBuf>,
#[clap(short='n', long="name")]