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 404aba2 commit 474f59fCopy full SHA for 474f59f
crates/config/src/lib.rs
@@ -108,11 +108,12 @@ pub fn get_config() -> (PathBuf, Config) {
108
.about(env!("CARGO_PKG_DESCRIPTION"))
109
.arg(
110
Arg::new("manifest-dir")
111
+ .short('c')
112
.alias("config-dir")
113
.env("GRHOOKS_MANIFEST_DIR")
114
.required(true)
115
.num_args(1)
- .help("Path to the configuration file")
116
+ .help("Path to the configuration file or directory")
117
.value_parser(clap::builder::PathBufValueParser::new()),
118
)
119
0 commit comments