cli: don't sort flags / commands by default (#8813)

pull/8882/head
zakuro 2021-02-21 23:17:50 +09:00 committed by GitHub
parent 1039d39846
commit 95e5f68b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ pub mut:
disable_help bool
disable_version bool
disable_flags bool
sort_flags bool = true
sort_commands bool = true
sort_flags bool
sort_commands bool
parent &Command = 0
commands []Command
flags []Flag