Allow arguments to override themselves

pull/156/head
sharkdp 6 years ago committed by David Peter
parent 2ce8655167
commit 36d7250af2

@ -40,6 +40,7 @@ impl App {
.global_setting(AppSettings::DeriveDisplayOrder)
.global_setting(AppSettings::UnifiedHelpMessage)
.global_setting(AppSettings::NextLineHelp)
.global_setting(AppSettings::AllArgsOverrideSelf)
.setting(AppSettings::InferSubcommands)
.setting(AppSettings::ArgsNegateSubcommands)
.setting(AppSettings::DisableHelpSubcommand)

Loading…
Cancel
Save