console-command
CLI parser
A library to parse command-line arguments and execute corresponding commands using a Command pattern
1 stars
2 watching
0 forks
Language: Vala
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
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 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
00jciv00/cova | A cross-platform command line argument parsing library for the Zig programming language. | 109 |
farias-hecdin/cmdos | A module for processing command-line arguments and generating help messages in Nim. | 1 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 189 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
console-rs/dialoguer | A Rust library providing utilities for crafting user-friendly command line interfaces. | 1,333 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
mattbryson/bash-arg-parse | A bash script template for parsing named, short and positional CLI arguments. | 63 |
pop-code/nestjs-console | Provides a CLI interface to access an application's context and methods | 561 |
fenekku/commandeer | A tool that parses command line arguments and exits gracefully if there is any issue. | 94 |