Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch fix/argument-parsing into master #32

Merged
merged 16 commits into from
Nov 21, 2024
Merged

Conversation

nexy7574
Copy link
Owner

@nexy7574 nexy7574 commented Nov 4, 2024

Documentation needs updating, then this should be ready to go.

  • Refreshed the contributor guidelines
  • Fix the lack of magic preventing the entire module from loading, instead of just soft-failing some media functionality
  • Support keyword-only arguments in command parsing as implicit greedy args

Closes #29

@nexy7574 nexy7574 added bug Something isn't working enhancement New feature or request labels Nov 4, 2024
@nexy7574 nexy7574 added this to the v1.2.0 milestone Nov 4, 2024
nexy7574 and others added 4 commits November 6, 2024 01:34
Fixes "TypeError: Keyword-only arguments must be of type str.", caused by "WARNING - Argument got an instance of a type, not a type itself: 'str'. Inspect as if it was its rawtype, <class 'str'>"
@nexy7574 nexy7574 merged commit 0a4b8d5 into master Nov 21, 2024
7 checks passed
@nexy7574 nexy7574 deleted the fix/argument-parsing branch November 21, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Incorrect keyword-only argument parsing
1 participant