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

Allow equals sign to be omitted for named arguments #16

Open
dantownsend opened this issue Apr 15, 2022 · 3 comments
Open

Allow equals sign to be omitted for named arguments #16

dantownsend opened this issue Apr 15, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@dantownsend
Copy link
Member

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

@akankshasainics
Copy link

Hello! Can I work on this ?

@dantownsend
Copy link
Member Author

@akankshasainics Yes, that would be good. It might be quite a challenging issue though!

@akankshasainics
Copy link

Thanks, I will try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants