Cmdos

Arg parser

A module for processing command-line arguments and generating help messages in Nim.

📌 Module for Nim that provides a simple way to process cli arguments and help message.

GitHub

1 stars
1 watching
0 forks
Language: Nim
last commit: 2 months ago
Linked from 1 awesome list

command-linenim

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
iffy/nim-argparse Generates parsers at compile time for parsing command line arguments in Nim 122
jhumphry/parse_args A package to parse command line arguments and options in Ada 2012 12
juancarlospaco/cliche A CLI argument parser library for Nim language 82
fsprojects/argu A library that generates CLI argument/XML configuration parsers and help messages for F# applications 457
cofyc/argparse A C-based command line arguments parsing library 690
farias-hecdin/hextoansi A tool for converting hexadecimal color codes to ANSI color escape sequences. 0
farias-hecdin/cssvarviewer A plugin for Neovim that helps identify and visualize CSS variable values from any file 8
cosiner/argv A library to parse and split command line strings into argument arrays 41
pfultz2/args A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. 66
natemcmaster/commandlineutils A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. 2,216
rushfive/runinfobuilder A command line parser for .NET that uses object trees to parse program arguments into a structured data format. 43
chh/optparse A lightweight command line argument parser for PHP 19
sailormoon/flags An argument parser library that allows parsing command-line arguments in a simple and extensible way. 227
naaando/console-command A library to parse command-line arguments and execute corresponding commands using a Command pattern 1
mattbryson/bash-arg-parse A bash script template for parsing named, short and positional CLI arguments. 63