fix: add version to output
This commit is contained in:
parent
8dc524aa38
commit
d8976638d3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ fn run(
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(clap::Parser)]
|
#[derive(clap::Parser)]
|
||||||
#[command(about)]
|
#[command(version, about)]
|
||||||
struct Config {
|
struct Config {
|
||||||
#[arg()]
|
#[arg()]
|
||||||
input_file: PathBuf,
|
input_file: PathBuf,
|
||||||
|
|
Loading…
Reference in a new issue