allow long+short options for output
This commit is contained in:
parent
147f3040c3
commit
032c1d9436
|
@ -270,7 +270,7 @@ struct Options {
|
|||
#[structopt(short, long)]
|
||||
jobs: Option<Option<usize>>,
|
||||
/// Name of output file
|
||||
#[structopt(default_value = "output.hdf")]
|
||||
#[structopt(default_value = "output.hdf", long, short)]
|
||||
output: std::path::PathBuf,
|
||||
/// Number of outputs to save
|
||||
#[structopt(long, short)]
|
||||
|
|
Loading…
Reference in New Issue