I want the argparse cli parameter to use "=" sign when i'm giving the list of the arguments with a space between them.
For example:
--repos= repo1 repo2 repo3
but when i'm giving the parameters in this way i'm getting the following exception "error: unrecognized arguments: repo1 repo2 repo3"
Is there a way to pass the '=' to the parameter?