How do I achieve the syntax similar to
my_app --named_arg1=val1 -- misc_arg1 misc_arg2 ...
or the same without --?
How do I achieve the syntax similar to
my_app --named_arg1=val1 -- misc_arg1 misc_arg2 ...
or the same without --?
Copyright © 2021 Jogjafile Inc.
A solution with 3.9+ code is:
Then we can support the following commands: