argparse
argparse copied to clipboard
Support for wchar_t* strings.
Onnxruntime session requires const wchar_t*
string as input and sometimes it has to be read from command line arguments. It would be nice if argparse
could be used to directly read const wchar_t*
from command line arguments.