I want to receive a dict(str -> str) argument from the command line. Does argparse.ArgumentParser provide it? Or any other library?
dict(str -> str)
argparse.ArgumentParser
For the
use vars
d = vars(parser.parse_args())