diff --git a/src/main.rs b/src/main.rs index 1f0dddb..595f229 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,11 +62,7 @@ pub struct Args { /// reads from standard input. pub input: Option, - #[arg( - short = 'c', - long = "config", - help = "Path to the configuration file.", - )] + #[arg(short = 'c', long = "config", help = "Path to the configuration file.")] pub config_file: Option, } @@ -132,6 +128,7 @@ fn determine_config_file(config_path: Option) -> anyhow::Result