commandlineparser /
commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
Loading repository data…
pwteneyck / repository
Parsing command line args in C++. Because I can't just use Python's ArgParse...
Parsing command line args in C++. Because I can't just use Python's ArgParse...
This isn't feature-complete. It might not "work". It might not do anything helpful. Don't send me a pull-request; I'm just trying to learn C++ over here.
make lib (or just do it by hand, it's only two commands)#include "argparse.hpp"-L {dir} -largparse (for this example, use make main)Selected from shared topics, language and repository description—not editorial ratings.
commandlineparser /
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
jarro2783 /
Lightweight C++ command line option parser
CLIUtils /
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
gsscoder /
Terse syntax C# command line parser for .NET with F# support
muellan /
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
catchorg /
A simple to use, composable, command line parser for C++ 11 and beyond