Rapptz
|
8953938a53
|
Update Pyright to v1.1.394
|
2 months ago |
Vioshim
|
71358b8dce
|
[commands] Add support for positional flag parameters
|
11 months ago |
Josh
|
4e03b170ef
|
Update pyright version
|
1 year ago |
Josh
|
630b2a1e55
|
Update pyright version
|
2 years ago |
Rapptz
|
da317ad84b
|
[commands] Respect ignore_extra for FlagConverter kw-only parameters
|
2 years ago |
Omkaar
|
c30a2f3ca0
|
Refactor certain f-strings and literals
|
3 years ago |
Rapptz
|
1c7747fe9d
|
Fix nested Annotated calls not resolving
|
3 years ago |
Rapptz
|
60079aee1b
|
[commands] Fix Annotated not working with FlagConverter
|
3 years ago |
Wayoshi
|
38ba3b8d23
|
[commands] fix case_insensitive bug in parse_flags
Co-authored-by: Danny <[email protected]>
|
3 years ago |
z03h
|
9450a8e972
|
[commands] Change FlagConverter to always raise BadFlagArgument
|
3 years ago |
Rapptz
|
15ceca1e63
|
[commands] Add support for FlagConverter in hybrid commands
This works by unpacking and repacking the flag arguments in a flag.
If an unsupported type annotation is found then it will error at
definition time.
|
3 years ago |
z03h
|
aee657bca5
|
[commands] Add converter kwarg to flag
|
3 years ago |
James Hilton-Balfe
|
55c5be78cf
|
[commands] Implement commands.parameter
|
3 years ago |
Rapptz
|
1192d842e1
|
Fix some type checker errors and remove some type ignores
Caught from an upgraded Pyright
|
3 years ago |
Stocker
|
5aa696ccfa
|
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected]>
Co-authored-by: Josh <[email protected]>
|
3 years ago |
Josh
|
147948af9b
|
Use typing.Self throughout library
|
3 years ago |
Josh
|
a315786869
|
Handle type-errors in upcoming pyright release
|
3 years ago |
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 |