GitHub topics: argument-parsing
hedzr/cmdr
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
Language: Go - Size: 2.97 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 140 - Forks: 10

lebrice/SimpleParsing
Simple, Elegant, Typed Argument Parsing with argparse
Language: Python - Size: 1.42 MB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 472 - Forks: 58

clap-rs/clap
A full featured, fast Command Line Argument Parser for Rust
Language: Rust - Size: 19.3 MB - Last synced at: 4 days ago - Pushed at: 13 days ago - Stars: 15,155 - Forks: 1,106

Ansh-joshii/optionall
Flexible option parsing for POSIX shell scripts
Language: Shell - Size: 2.93 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

alexflint/go-arg
Struct-based argument parsing in Go
Language: Go - Size: 501 KB - Last synced at: 3 days ago - Pushed at: 29 days ago - Stars: 2,155 - Forks: 103

ozan2003/rfc_reader
An RFC viewer with TUI
Language: Rust - Size: 94.7 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

ardaku/clot
An opinionated mini argument parsing library that doesn't use macros.
Language: Rust - Size: 44.9 KB - Last synced at: 2 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

cofyc/argparse
Command-line arguments parsing library.
Language: C - Size: 137 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 730 - Forks: 127

Operachi061/mini-parser
A very-minimal command-line parser
Language: Zig - Size: 8.79 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 18 - Forks: 1

brentyi/tyro
CLI interfaces & config objects, from types
Language: Python - Size: 75.5 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 650 - Forks: 32

clercjs/clerc
🖖🏻 Clerc: The full-featured cli library.
Language: TypeScript - Size: 3.84 MB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 138 - Forks: 0

swansonk14/typed-argument-parser
Typed argument parser for Python
Language: Python - Size: 829 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 568 - Forks: 44

mattallty/Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Language: TypeScript - Size: 4.09 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 3,451 - Forks: 97

prajwalch/yazap
🔧 The ultimate Zig library for seamless command line argument parsing.
Language: Zig - Size: 17.6 MB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 184 - Forks: 19

andrey-zherikov/argparse
Parser for command-line arguments
Language: D - Size: 935 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 32 - Forks: 4

noClaps/applause
A Go command line argument parser library
Language: Go - Size: 38.1 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

Hejsil/zig-clap
Command line argument parsing library
Language: Zig - Size: 445 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1,248 - Forks: 75

hasherezade/paramkit
A small library helping to parse commandline parameters (for C/C++)
Language: C++ - Size: 8.8 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 57 - Forks: 18

seqan/sharg-parser
The modern argument parser for c++ tools
Language: C++ - Size: 1.64 MB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 11 - Forks: 7

eladrich/pyrallis
Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
Language: Python - Size: 4.52 MB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 231 - Forks: 7

matejak/argbash
Bash argument parsing code generator
Language: M4 - Size: 1.13 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1,432 - Forks: 61

muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
Language: C++ - Size: 250 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1,248 - Forks: 154

alexarchambault/case-app
Type-level & seamless command-line argument parsing for Scala
Language: Scala - Size: 1.55 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 300 - Forks: 45

ajalt/clikt
Multiplatform command line interface parsing for Kotlin
Language: Kotlin - Size: 21.8 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2,693 - Forks: 127

stsysd/classopt
command line arguments parser for deno based on decorators
Language: TypeScript - Size: 82 KB - Last synced at: 28 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

bfgroup/Lyra
A simple to use, composable, command line parser for C++ 11 and beyond
Language: C++ - Size: 2.09 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 517 - Forks: 65

remkop/picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
Language: Java - Size: 81.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5,096 - Forks: 438

eriknyquist/duckargs
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
Language: Python - Size: 83 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 117 - Forks: 5

dluman/arglite
A light-weight Python CLI flag parser for the impatient.
Language: Python - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

kkarbowiak/cpp-argparse
C++ command-line arguments parsing library based on Python's argparse module
Language: C++ - Size: 1000 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

broadinstitute/barclay
Command line argument parser and online documentation generation utilities for java command line programs.
Language: Java - Size: 1.14 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 10 - Forks: 6

carlobaldassi/ArgParse.jl
Package for parsing command-line arguments to Julia programs.
Language: Julia - Size: 1.04 MB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 238 - Forks: 36

fulcrumgenomics/sopt
An argument parsing library for Scala
Language: Scala - Size: 234 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 0

lucocozz/cargs
Modern C library for command-line argument parsing. Advanced features: subcommands, validation, multi-inputs, environment variables
Language: C - Size: 1.38 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

overgodofchaos/pydantic-argparse-next
CLI argument parser basen on pydantic v2
Language: Python - Size: 477 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

ZeroPvlse/Nyx
Nyx is a zero-dependency CLI library for rapid cybersecurity and ethical tool development. It simplifies argument handling, provides customizable logging, supports interactive mode, and enhances output with theming.
Language: Python - Size: 1.71 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

j-tai/getargs
A truly zero-cost argument parser for Rust
Language: Rust - Size: 72.3 KB - Last synced at: 15 days ago - Pushed at: almost 2 years ago - Stars: 50 - Forks: 6

3rd-Eden/argh
argh is a extremely light weight option/argument/process.argv parser for Node.js. It only parses options, nothing more than that.
Language: JavaScript - Size: 43 KB - Last synced at: 7 days ago - Pushed at: about 6 years ago - Stars: 47 - Forks: 3

p2js/clargs
Command-line argument parsing library in C
Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ViralTaco/Argumentative
C++ Command Line Argument Parsing Made Easy.
Language: C++ - Size: 85.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

krassowski/declarative-parser
Modern, declarative argument parser for Python 3.6+
Language: Python - Size: 38.1 KB - Last synced at: 4 days ago - Pushed at: about 7 years ago - Stars: 36 - Forks: 2

DavidGamba/go-getoptions
Fully featured Go (golang) command line option parser with built-in auto-completion support.
Language: Go - Size: 726 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 59 - Forks: 10

BanchouBoo/accord
A simple argument parser for Zig
Language: Zig - Size: 99.6 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 40 - Forks: 1

gershnik/argum
Fully-featured, powerful, command line argument parser in C++20
Language: C++ - Size: 419 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

remarkablemark/python-parse-cli-args
🐍 Python parse CLI arguments
Language: Python - Size: 19.5 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

knittl/optionall
Flexible option parsing for POSIX shell scripts
Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

clap-rs/thunder 📦
⚡ Zero-boilerplate commandline argument parsing in Rust
Language: Rust - Size: 46.9 KB - Last synced at: 2 days ago - Pushed at: almost 7 years ago - Stars: 357 - Forks: 7

Armaniii/WIBA
An LLM-based Approach For Comprehensive Argument Mining
Language: Python - Size: 2.69 MB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 2

mysteriouspants/ArgumentParser
Faster, easier, more declarative parsing of command line arguments in Objective-C/Foundation.
Language: Objective-C - Size: 325 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 257 - Forks: 35

hedzr/cmdr-cxx
cmdr cxx version, a C++17 header-only command-line parser with hierarchical config data manager here
Language: C++ - Size: 1.54 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 17 - Forks: 2

Stypox/arg-parser
Argument parser for modern C++: no runtime overhead; auto-generated help screen.
Language: C++ - Size: 105 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

stephenberry/argz
A light weight C++ in memory argument parser
Language: C++ - Size: 57.6 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 56 - Forks: 6

yakovypg/NetArgumentParser
Cross-platform, free and open source library for parsing command-line options, arguments and subcommands. It contains the main features of popular argument parsers such as argparse, as well as many of its own.
Language: C# - Size: 627 KB - Last synced at: about 7 hours ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

evarga/mpi-primer
This is a teaching material aimed to demonstrate the powerfulness of the SPMD paradigm with MPI.
Language: Python - Size: 107 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

nanovazquez/yargs-interactive
Interactive support for yargs
Language: JavaScript - Size: 6.13 MB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 46 - Forks: 8

zachmatson/ArgMacros.jl
Fast, flexible, macro-based, Julia package for parsing command line arguments.
Language: Julia - Size: 368 KB - Last synced at: 8 days ago - Pushed at: almost 4 years ago - Stars: 37 - Forks: 2

juzzlin/Argengine
A simple CLI argument (option) parser library for modern C++ based on lambda callbacks
Language: C++ - Size: 126 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 11 - Forks: 5

cwshugg/argonaut.vim
Supercharge your Vim commands with powerful, customizable argument parsing!
Language: Vim Script - Size: 119 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 6 - Forks: 0

maxpat78/w32lex
Equivalent shlex module for the Win32 world
Language: Python - Size: 94.7 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pollyren/argparse
A simple command-line argument parser in C
Language: C - Size: 29.3 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

hartbit/Yaap
Yet Another (Swift) Argument Parser
Language: Swift - Size: 105 KB - Last synced at: 25 days ago - Pushed at: over 5 years ago - Stars: 117 - Forks: 0

SunDoge/typed-args
Parse command line arguments by defining dataclasses
Language: Python - Size: 120 KB - Last synced at: 18 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 3

ZSendokame/arguing
Arguing is a library to do argument parsing without bloating your apps, Third-party free.
Language: Python - Size: 40 KB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 9 - Forks: 0

missn0body/winkgen
A terminal program to generate 90's-era OEM and CD keys
Language: C - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

reubeno/NClap
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
Language: C# - Size: 925 KB - Last synced at: 29 days ago - Pushed at: 6 months ago - Stars: 53 - Forks: 12

kenareb/SmartCon
A small collection of console tools for .NET.
Language: C# - Size: 97.7 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

anacrolix/bargle
Aleena beware!
Language: Go - Size: 159 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

billyfbrain/easy_flag
Simple command line flag parser for rust.
Language: Rust - Size: 9.77 KB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

muaaz-ur-habibi/fthedocs
A documentation querying engine, useful for scanning the docs in a question-answer like manner
Language: Python - Size: 297 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 13 - Forks: 0

VladisM/utillib
Super simple C framework
Language: C - Size: 75.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Paulanerus/ArgParser
ArgParser - Simple, single header-only C++17 library for command parsing
Language: C++ - Size: 80.1 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

haath/Commander.NET
C# command-line argument parsing library, supporting deserialization, commands and help text generation.
Language: C# - Size: 96.7 KB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 2

osvegn/libparser
Library to parse argument into options
Language: C - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

VictorQueiroz/cli-argument-helper
Functions to help you deal with parameters in your command-line application.
Language: TypeScript - Size: 502 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

kutoga/FluentArgs
FluentArgs is a library to parse command line arguments. It focuses on a very simple API and strong typing. It is able to generate a help view and proper error messages.
Language: C# - Size: 3.91 MB - Last synced at: 1 day ago - Pushed at: almost 5 years ago - Stars: 38 - Forks: 3

trag1c/paperbush
🌿 Paperbush - a super concise argument parsing tool for Python
Language: Python - Size: 728 KB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 1

Shannon-Kioko/alx-low_level_programming
This repository contains basic to intermediate/advance (complete) tasks in the C programming language, as provided by ALX Software Engineering
Language: C - Size: 417 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

malyjacob/d-cmdline
A tool library similar to commanderjs in Dlang to help parse command line arguments and options
Language: D - Size: 5.34 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

chardoncs/go-argparser 📦
Argument parsing library for Go
Language: Go - Size: 22.5 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bnbdr/argz
Argument parsing for the lazy
Language: Python - Size: 18.6 KB - Last synced at: 22 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

martelogan/bash-standard-input-helpers
Simple bash function library of standard input helpers.
Language: Shell - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

lukaswrz/readarg
A small, C99, single-header, zero-allocation, dependency-free, public domain argument parsing library
Language: C - Size: 99.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Md-Emon-Hasan/Python-Tutorials-For-Absolute-Beginners
A collection of Python code tailored for absolute beginners, covering fundamental concepts and practical examples to facilitate learning.
Language: Python - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

jayanthkoushik/corgy
Feature rich Python data classes.
Language: Python - Size: 1.62 MB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

yorickpeterse/inko-optparse 📦
An Inko library for parsing command-line arguments and options
Language: Makefile - Size: 44.9 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

anacrolix/tagflag
declarative flag parsing for Go using struct tags
Language: Go - Size: 102 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 2

barbarbar338/bargs
✨ A simple argument parsing system
Language: TypeScript - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

moebrowne/bash-argument-parser
BASH Argument Parser allows for easy access to command line arguments
Language: Shell - Size: 127 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 4

ranimeshehata/PintOS-Userprog-Phase2
Implementing the "userprog" phase In PintOS. PintOS is an open source instructional operating system kernel developed by Stanford University. PintOS provides complete documentation & modular projects to introduce students to the major concepts of operating systems development.
Language: HTML - Size: 11.3 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

flpeters/argument_parsing
A zero dependency argument parser written in python.
Language: Python - Size: 33.2 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

MoshiKoi/cliparse
Header-only command line parsing library
Language: C++ - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

notwithering/argo
Go package designed to parse strings into command-line arguments following the POSIX Shell Command Language.
Language: Go - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jasonwhite/darg 📦
Robust command line argument parsing for D.
Language: D - Size: 40 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 38 - Forks: 8

gudenau/java-argumentparser
A simple argument parser library
Language: Java - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Sh3llcod3/Easyparse
A user-friendly, lightweight command-line argument parser.
Language: Python - Size: 187 KB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

krypciak/FreeArgParser-Java
Free Argument Parser for Java
Language: Java - Size: 50.8 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

jiacai2050/simargs 📦
A simple, opinionated, struct-based argument parser in Zig.
Language: Zig - Size: 59.6 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 56 - Forks: 3

d-e-s-o/argcomp
A drop-in replacement for Python's argparse module, providing automatic argument completion support.
Language: Python - Size: 116 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

team-lab/longoption 📦
Long option parser for bash from help-text
Language: Shell - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

jamolnng/argparse
A simple C++ header only command line argument parser
Language: C++ - Size: 107 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 138 - Forks: 32
