mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-31 04:22:18 +00:00
Make command required by default
This commit is contained in:
@@ -48,7 +48,7 @@ local Parser = class {
|
||||
_arguments = {},
|
||||
_options = {},
|
||||
_commands = {},
|
||||
_require_command = false,
|
||||
_require_command = true,
|
||||
_add_help = true,
|
||||
_fields = {
|
||||
"name", "description", "require_command",
|
||||
|
Reference in New Issue
Block a user