-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
This is a minimalistic parser of command line options. Main advantage of this library is ability to concisely define command line options once and then use this definition for parsing and extraction of command line arguments, as well as printing description of command line options (you get --help
for free). This way you don't need to repeat yourself.
GitHub repo: https://github.com/mrkkrp/unix-opts
License: MIT