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 f5e02a3 commit 02af3adCopy full SHA for 02af3ad
src/cli.rs
@@ -5,7 +5,7 @@ use clap::{Parser, Subcommand};
5
#[derive(Parser)]
6
#[command(version)]
7
pub struct Cli {
8
- #[arg(short, long, global=true)]
+ #[arg(short, long, global = true)]
9
pub config_filepath: Option<PathBuf>,
10
11
#[command(subcommand)]
0 commit comments