Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kwigley committed Jul 17, 2024
1 parent 62642e3 commit 8d9b70d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ impl From<ConfigFile> for Config {
pub struct Cli {
#[clap(subcommand)]
command: Subcommand,
#[clap(name = "config",
short,
long,
value_name = "PATH",
default_value = DEFAULT_CONFIG,
#[clap(
name = "config",
short,
long,
value_name = "PATH",
default_value = DEFAULT_CONFIG,
)]
config_path: PathBuf,
}
Expand Down

0 comments on commit 8d9b70d

Please sign in to comment.