We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dcdf5 commit 21f24dbCopy full SHA for 21f24db
tuktuk-crank-turner/src/main.rs
@@ -46,7 +46,11 @@ pub struct Cli {
46
/// Optional configuration file to use. If present the toml file at the
47
/// given path will be loaded. Environment variables can override the
48
/// settings in the given file.
49
- #[clap(short = 'c')]
+ #[clap(
50
+ short = 'c',
51
+ long,
52
+ default_value = "~/.config/helium/cli/tuktuk-crank-turner/config.toml"
53
+ )]
54
pub config: Option<path::PathBuf>,
55
}
56
0 commit comments