argparse icon indicating copy to clipboard operation
argparse copied to clipboard

Support for wchar_t* strings.

Open chaihahaha opened this issue 1 year ago • 0 comments

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.

chaihahaha avatar Nov 16 '23 12:11 chaihahaha