Skip to content

Commit fe1b584

Browse files
Add version printing in help
1 parent ca18778 commit fe1b584

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

options/src/run_options/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use clap::{Parser, Subcommand};
55
const DEFAULT_CONFIG_FILE_PATH: &str = "config.yaml";
66

77
#[derive(Parser)]
8+
#[command(name = "Frigate Snap-Sync", version)]
89
pub struct RunOptions {
910
#[clap(subcommand)]
1011
pub command: RunCommand,

0 commit comments

Comments
 (0)