mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-03-14 12:46:50 -06:00
Make command required by default
This commit is contained in:
+1
-1
@@ -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