We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975dab8 commit a48a457Copy full SHA for a48a457
src/main.rs
@@ -38,6 +38,11 @@ impl Default for Format {
38
39
#[derive(Debug, StructOpt)]
40
#[structopt(rename_all = "kebab-case")]
41
+#[structopt(
42
+ setting = structopt::clap::AppSettings::UnifiedHelpMessage,
43
+ setting = structopt::clap::AppSettings::DeriveDisplayOrder,
44
+ setting = structopt::clap::AppSettings::DontCollapseArgsInUsage
45
+ )]
46
struct Args {
47
#[structopt(parse(from_os_str), default_value = ".")]
48
/// Paths to check
0 commit comments