command-line-arguments-parser
There are 35 repositories under command-line-arguments-parser topic.
prajwalch/yazap
🔧 The ultimate Zig library for seamless command line argument parsing.
joegm/flags
An effortless command-line argument parser for Zig.
ndaba1/gommander
A commander package for creating CLIs in golang
darvil82/lanat
A command line argument parser for Java 17 with ease of use and high customization possibilities in mind.
derbenoo/ts-configurable
Make all properties of a class configurable using only one decorator!
chris-swift-dev/ArgumentParserKit
**DEPRECATED - in favor of https://github.com/apple/swift-argument-parser ** - Type-safe and easy way for parsing command line arguments in your macOS command line tools
Kyllingene/sarge
A zero-dependencies command-line argument parser
harismuneer/Command-Line-Interpreter-CLI
🔲 A Command Line Interpreter made in C++ which supports commands like quit, remove, rename, rmdir, echo, out, zip, unzip.
cetinboran/goarg
This project automatically processes the inputs received from the command line.
SjVer/ClOdin
A command-line argument parser for Odin
zhhe-me/java-cli-menu
A concise, interactive and versatile command line parser/menu for Java.
BaseMax/php-cli-apps
A simple, fast, and fun example for building command line apps in PHP.
ridwanrajik/custom-datastore
Builds database system from the scratch. You can own it by having the datastore customized.
vic/clap-nix
Command line argument parser in pure Nix. Supports sub-commands, typed positional arguments, value coercion and resolution via Nix Modules.
artu-hnrq/ArgCompile
An argparse extension to easily manage post-processing of multiple parsed arguments
exograd/erl-cmdline
Command line processing in Erlang.
jabernardo/console.php
Command-line Application Skeleton for PHP
rsore/clargs
A modern, type-safe, header-only C++20 command-line argument parser with minimal runtime overhead and full compile-time validation
Sarah-Hesham-2022/BioPython-Getopt-Biological-Command-Line-Interpreter
Bio Python Project using getopt library in python and engaging with the command line prompt.
cajuncoding/CommandLineArgsHelper
A parsing class to dramatically simplify working with command line arguments in a .Net application (e.g. console, client, or even web application).
frederikgramkortegaard/corree
Easily define and parse command line arguments using dictionaries and type-validation
opencoff/go-options
golang self-documenting command line option parsing from a text-block
pfirsich/clipp
A command line argument parser library for C++17
Snowapril/cargs
The command line arguments parser with similar command recommendation feature
trueaniki/admiral
Command line arguments parser for humans
DISTREAT/zig-argtic
Zig argument parser
mrveera/command-line-arguments-parser
This is a command line arguments parser written in Javascript that helps parse command line arguments ( hiding source code for some reasons)
peacefultruth/butterfly
process arguments from a data description
PirvuCatalin/image-processor
A small image processor containing so far an image binarization module.
SebastianBach/cmdl-args
A tool that generates C++ code that parses command line arguments.
yhabteab/trainee-cpp-sort
Trainee-cpp-sort is an imitation of the satandard sort command. I recommend to use this only for test and learning purposes. I developed this sort program so that I can gradually learn to use C ++.
nrjais/cmd-line-args-parser
An parser to parse arguments given in terminal to make an terminal or command line app.
petrsvihlik/Rocky.Configuration.CommandLineUtils
Use Microsoft.Extensions.CommandLineUtils as a configuration source for Microsoft.Extensions.Configuration.
YigitGunduc/flagParse
A header-only library to parser command line flags for C