We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You currently have to use an equals sign when passing in a named argument:
python main.py my_command --desc="some message"
This can lead to confusion when people omit it, using this format instead:
python main.py my_command --desc "some message"
It would be good to support both formats.
Originally reported here: piccolo-orm/piccolo#418
The text was updated successfully, but these errors were encountered:
Hello! Can I work on this ?
Sorry, something went wrong.
@akankshasainics Yes, that would be good. It might be quite a challenging issue though!
Thanks, I will try.
No branches or pull requests
You currently have to use an equals sign when passing in a named argument:
This can lead to confusion when people omit it, using this format instead:
It would be good to support both formats.
Originally reported here: piccolo-orm/piccolo#418
The text was updated successfully, but these errors were encountered: