zig-parse-args
Argument parser
A utility project for parsing command line arguments into a data structure
Parse command line arguments.
0 stars
3 watching
1 forks
last commit: about 6 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
winksaville/zig-parse-number | A utility that provides a function to parse numbers from strings into various data types | 0 |
prajwalch/yazap | A command-line argument parsing library for Zig | 153 |
ikskuh/zig-args | An argument parser library for Zig programming language | 253 |
hejsil/zig-clap | A simple command-line argument parser library for the Zig programming language | 954 |
00jciv00/cova | A cross-platform command line argument parsing library for the Zig programming language. | 110 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
adamabdelhamed/powerargs | Provides a .NET Standard command line argument parser with advanced features and automatic exception handling | 569 |
lewisgaul/zig-nestedtext | A simple human-readable data format parser library written in Zig. | 13 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 189 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,670 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
taywee/args | A C++ header-only argument parser library designed to provide flexible and powerful argument handling with static type checking. | 1,405 |
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 |