argsd
Arg parser
A command-line argument parser library for DLang
A command line and config file parser for DLang
16 stars
2 watching
4 forks
Language: D
last commit: about 3 years ago
Linked from 1 awesome list
command-line-parserconfigparserconfiguration-filedlang
Related projects:
Repository | Description | Stars |
---|---|---|
dlang-community/libdparse | A parser for D source code | 115 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
burner/inifiled | Generates and parses ini files at compile time using annotated structs in D. | 21 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,670 |
cofyc/argparse | A C-based command line arguments parsing library | 690 |
dlang-community/d-yaml | A YAML parser and emitter for the D programming language | 119 |
lunarmodules/lua_cliargs | A command-line argument parsing module for Lua | 123 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
adishavit/argh | A lightweight command-line argument parser | 1,331 |
hejsil/zig-clap | A simple command-line argument parser library for the Zig programming language | 954 |
dlang-community/d-scanner | Analyzes D source code for syntax, style, and security issues | 242 |