Skip to content
New issue

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

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

Already on GitHub? # to your account

Support call_command #44

Open
Viicos opened this issue Jan 24, 2024 · 1 comment
Open

Support call_command #44

Viicos opened this issue Jan 24, 2024 · 1 comment
Labels
dynamic-stubs Issue related to dynamic stub generation

Comments

@Viicos
Copy link
Owner

Viicos commented Jan 24, 2024

See if it's possible to support args, but kwargs might be easier/better DX.

@Viicos
Copy link
Owner Author

Viicos commented Jan 24, 2024

Add a setting to allow/disallow args:

  • if allowed, all kwargs should be optional
  • otherwise, kwargs should be optional depending on the parser

Should also look at subparsers. For reference: https://code.djangoproject.com/ticket/30584

@Viicos Viicos added the dynamic-stubs Issue related to dynamic stub generation label Jan 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dynamic-stubs Issue related to dynamic stub generation
Projects
None yet
Development

No branches or pull requests

1 participant