jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.16k stars 582 forks source link

Sub-options support #430

Open Scrappyz opened 4 months ago

Scrappyz commented 4 months ago

Does the library support sub-options like python's argparse module?

jarro2783 commented 3 months ago

I don't know exactly what that is, so I'm going to say no. But do you mean something like running git pull, where pull has its own options?