We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd5bd2 commit 71e1f8fCopy full SHA for 71e1f8f
src/main.rs
@@ -20,7 +20,7 @@ use std::process;
20
)]
21
struct Cli {
22
/// additional configuration to use
23
- #[arg(short, long)]
+ #[arg(short, long = "config", value_name = "FILE")]
24
configs: Vec<String>,
25
#[command(subcommand)]
26
command: Commands,
0 commit comments