commandeer
Command Line Parser
A tool that parses command line arguments and exits gracefully if there is any issue.
Take command of your command line in Nim
94 stars
7 watching
14 forks
Language: Nim
last commit: almost 7 years ago
Linked from 1 awesome list
command-linecommand-line-parsercommandlinenim
Related projects:
Repository | Description | Stars |
---|---|---|
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
nick-lucas/entrypoint | A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. | 137 |
nemec/clipr | A command line parser library for C# that enables easy creation of classes with parsed arguments. | 89 |
oliverdelancey/clapfn | A command line argument parser for Nim programming language | 15 |
kivikakk/comrak | A Markdown parser and renderer compatible with CommonMark and GitHub Flavored Markdown standards. | 1,204 |
alecthomas/kong | A command-line parser library for Go that simplifies building complex command-line interfaces. | 2,151 |
nk412/optparse | A simple command-line argument parser for BASH scripts | 158 |
fclp/fluent-command-line-parser | A library for parsing command-line arguments in a strongly typed and fluent manner. | 532 |
cbeust/jcommander | An annotation-based command line parameter parsing framework for Java | 1,966 |
integrii/flaggy | Provides idiomatic Go input parsing with subcommands and flags at any position. | 859 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |