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 405794a commit e031676Copy full SHA for e031676
src/cli.rs
@@ -222,7 +222,9 @@ pub struct ConfigCliOptions {
222
#[arg(long, value_hint = ValueHint::FilePath)]
223
pub config_path: Option<PathBuf>,
224
/// Creates a default config file
225
+ ///
226
/// By default, creates onefetch/config.toml at your config direrctory
227
228
/// but it can be overridden with --config-path
229
#[arg(long)]
230
pub generate_config: bool,
0 commit comments