targ icon indicating copy to clipboard operation
targ copied to clipboard

Allow equals sign to be omitted for named arguments

Open dantownsend opened this issue 3 years ago • 3 comments

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: https://github.com/piccolo-orm/piccolo/issues/418

dantownsend avatar Apr 15 '22 07:04 dantownsend

Hello! Can I work on this ?

akankshasainics avatar Oct 10 '22 14:10 akankshasainics

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

dantownsend avatar Oct 10 '22 19:10 dantownsend

Thanks, I will try.

akankshasainics avatar Oct 11 '22 03:10 akankshasainics