Merge pull request #140 from chenxiaolong/version

Add `--version` option
This commit is contained in:
Andrew Gunnerson
2023-09-07 13:58:50 -04:00
committed by GitHub
+1
View File
@@ -28,6 +28,7 @@ pub enum Command {
}
#[derive(Debug, Parser)]
#[command(version)]
pub struct Cli {
#[command(subcommand)]
pub command: Command,