zig-parse-args

Argument parser

A utility project for parsing command line arguments into a data structure

Parse command line arguments.

GitHub

0 stars
3 watching
1 forks
last commit: about 6 years ago
Linked from 3 awesome lists


Backlinks from these 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 155
ikskuh/zig-args An argument parser library for Zig programming language 255
hejsil/zig-clap Library providing a simple command-line argument parser 994
00jciv00/cova A cross-platform command line argument parsing library for the Zig programming language. 111
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 parser library for a human-readable data format based on YAML 13
com-lihaoyi/mainargs A utility for parsing command-line arguments and dispatching to main methods in Scala programs. 191
google/argh An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. 1,692
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. 42
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,420
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