Skip to content

Commit

Permalink
short hand -c for --config_file
Browse files Browse the repository at this point in the history
  • Loading branch information
neelayjunnarkar committed Dec 9, 2024
1 parent 3f4ec22 commit 733fa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insanity-native-tui-app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct Cli {
dir: Option<String>,

/// Path to config file.
#[clap(long)]
#[clap(short, long)]
config_file: Option<String>,

/// Bridge server.
Expand Down

0 comments on commit 733fa84

Please sign in to comment.