structopt icon indicating copy to clipboard operation
structopt copied to clipboard

Support `std::string_view`

Open schaumb opened this issue 5 months ago • 0 comments

With the current implementation, the option handling/parsing only works with a lot of allocations. If the implementation would use string_view internally and can save arguments as viewer structs, that could be neat.

schaumb avatar Jan 08 '24 10:01 schaumb