Open dantownsend opened 2 years ago
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
Hello! Can I work on this ?
@akankshasainics Yes, that would be good. It might be quite a challenging issue though!
Thanks, I will try.
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: https://github.com/piccolo-orm/piccolo/issues/418