argparse icon indicating copy to clipboard operation
argparse copied to clipboard

convert opt->value to union (currently it's is void *)

Open ydm opened this issue 5 years ago • 0 comments

Converting the argparse_option::value to a union, containing int, float, etc would save a lot of ugly type casts argparse_getvalue().

ydm avatar Jun 27 '19 14:06 ydm