argparse_dataclass
argparse_dataclass copied to clipboard
Is dict type supported?
trafficstars
I don't see dict case used in examples.
I'm not sure how using dict as a type as a CLI argument would make sense. Do you have an example of what you would like to do?
I can see it's not a good way to make a dict as input from CLI. you have to convert the dict to a string and then replace some escape characters to make the shell parse it ok.