mirror of
https://github.com/ilyakooo0/bat.git
synced 2024-11-10 14:05:27 +03:00
Allow arguments to override themselves
This commit is contained in:
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…
Reference in New Issue
Block a user