Skip to content

Commit e031676

Browse files
committed
cli: better doc format for config options
1 parent 405794a commit e031676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ pub struct ConfigCliOptions {
222222
#[arg(long, value_hint = ValueHint::FilePath)]
223223
pub config_path: Option<PathBuf>,
224224
/// Creates a default config file
225+
///
225226
/// By default, creates onefetch/config.toml at your config direrctory
227+
///
226228
/// but it can be overridden with --config-path
227229
#[arg(long)]
228230
pub generate_config: bool,

0 commit comments

Comments
 (0)