argparse
argparse copied to clipboard
convert opt->value to union (currently it's is void *)
Converting the argparse_option::value to a union, containing int, float, etc would save a lot of ugly type casts argparse_getvalue().