Merge pull request #177 from half-duplex/mca-copy

Fix must_consume_args
This commit is contained in:
Tulir Asokan 2022-11-22 14:34:36 +02:00 committed by GitHub
commit e6242735d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ class CommandHandler:
"get_name",
"is_command_match",
"require_subcommand",
"must_consume_args",
"arg_fallthrough",
"event_handler",
"event_type",