positional-arguments
There are 18 repositories under positional-arguments topic.
clap-rs/clap
A full featured, fast Command Line Argument Parser for Rust
jarro2783/cxxopts
Lightweight C++ command line option parser
google/argh
Rust derive-based argument parsing optimized for code size
mysteriouspants/ArgumentParser
Faster, easier, more declarative parsing of command line arguments in Objective-C/Foundation.
ndaba1/gommander
A commander package for creating CLIs in golang
hellflame/argparse
argparse for golang
Patchyst/PatchyPack
Patchy Pack [Alpa]. A set of command line tools for anything from port scanning to web shell generation
stsysd/classopt
command line arguments parser for deno based on decorators
gbrlsnchs/cli
Library for CLI functionality with Go-style flags
Laman2004/str_and_repr
Methods
Mimickal/positional-args
Node.js positional argument parser
balajimanilal/Caesar-Cipher
Welcome to my Caesar Cipher repo! 🔐 This Python implementation of the classic encryption technique allows users to encode and decode messages by shifting letters in the alphabet. It's a great project for learning about basic encryption methods, string manipulation, and character encoding in Python!
Cvelth/argument_parser
A small lightweight single header only library for command line options parsing. Written using modern C++, such as <charconv>, <optional> and <string_view>.
Dax89/cl
Easy command line parsing with EDSL
MFB-Technologies-Inc/swift-argument-encoding
Swift library for encoding structured types into argument arrays
qexat/bepospliz
BePosPliz (be positional please) is a lightweight module to anonymize the args of a function.
ahmedopolis/Simple-Calculator
This repository contains a bash shell script to calculate the sum, difference, multiple, and division of two values stored in positional parameters. This script only outputs the above arithmetic for two arguments.
cxw42/Getargs-Mixed
Parse Perl subroutine arguments, positional or named.