Unused arg

This commit is contained in:
Tony Garnock-Jones 2022-10-24 14:38:51 +02:00
parent be7b8e6477
commit f88e3ca85c
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ struct Convert {
#[clap(long, value_name = "filename")]
bundle: Vec<std::path::PathBuf>,
#[clap(long)]
schema: Option<String>,
// #[clap(long)]
// schema: Option<String>,
}
#[derive(ArgEnum, Clone, Debug)]