A single-header command line argument parser.
-
Updated
Dec 3, 2022 - C++
A single-header command line argument parser.
A simple commandline arguments handler for rust programs. It allows arguments that need to be processed to identified and handler registered. The handler can decide how many adjacent arguments it will consume. A remaining args marker can be set. A list of unhandled and remaining arguments after arguments have been handled can be got.
To associate your repository with the cmdline-args topic, visit your repo's landing page and select "manage topics."