Rapptz
|
1a8d63d54f
|
[commands] Remove Flag related delimiter and prefix error
|
4 years ago |
Nadir Chowdhury
|
c786a85a9b
|
Add utils.MISSING
|
4 years ago |
Rapptz
|
9f3551926a
|
Split annotation resolution to discord.utils
|
4 years ago |
Josh
|
4fbc78ba81
|
[commands] Add support for typing.Union to Flags
|
4 years ago |
Rapptz
|
fb024546ff
|
[commands] Fix Literal converter not working within flags
|
4 years ago |
Rapptz
|
1c312a158a
|
[commands] Add FlagConverter.__iter__
|
4 years ago |
Rapptz
|
8e9860077d
|
[commands] Fix flag detection code in get_flags
|
4 years ago |
Josh
|
8457f70477
|
[commands] Set constructible FlagConverter flags to not be required
|
4 years ago |
Josh
|
cfe93f19b1
|
[commands] Allow FlagCommand subclasses to inherit options
|
4 years ago |
Josh
|
42463bae67
|
[commands] Add support for aliasing to FlagConverter
|
4 years ago |
Rapptz
|
6065329c0e
|
[commands] Avoid creating unnecessary flag mapping copies
|
4 years ago |
Rapptz
|
15bfdf66b2
|
[commands] Default construct flags if they're not passed as parameters
This only applies if and only if the flag can be default constructible.
Ergo, all the flags are optional or not required.
|
4 years ago |
Rapptz
|
ddb71e2aed
|
[commands] Initial support for FlagConverter
The name is currently pending and there's no command.signature hook
for it yet since this requires bikeshedding.
|
4 years ago |