docopt.c
Argument parser
A C-code generator for parsing command-line arguments in the docopt language
C-code generator for docopt language.
320 stars
32 watching
47 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A library that generates option parsers based on human-readable help messages. | 34 |
| | A .NET implementation of docopt to automatically derive command-line argument parsing logic from help text. | 356 |
| | A command line arguments parser generator for Nim programming language. | 214 |
| | Automatically generates command-line interfaces based on a well-written usage message. | 1,047 |
| | A PHP library for parsing and processing command-line arguments | 337 |
| | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 469 |
| | A library to parse command line arguments using GNU getopt syntax in Erlang. | 251 |
| | A utility for parsing command line arguments in C++ | 0 |
| | A command line argument parser for C++ | 493 |
| | A command-line argument parser with support for flags, options, arguments, and subcommands. | 42 |
| | A simple command-line argument parser for BASH scripts | 159 |
| | A bash script template for parsing named, short and positional CLI arguments. | 64 |
| | A library to parse and split command line strings into argument arrays | 41 |
| | A C-based command line arguments parsing library | 694 |
| | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |