A simple args parser
Simple args parser
just emit 'log' events on the process object
Simply swizzle your arguments
A mature, feature-complete library to parse command-line options.
Converts an object to a child_process.spawn args array
Module for easily accessing arguments, parameters, and flags for your CLI tool
process.nextTick but always with args
Parse argument options
Expand parsed command line arguments using expand-object.
Solana specific extension for beet, the borsh compatible de/serializer
TypeScript definitions for command-line-args
Tokenize a shell string into argv array
Build your commands on minimist!
Minimal toolkit for building CLIs
get arguments to a function as an array, withouth deoptimizing
TypeScript definitions for cross-spawn
Quick CLI argv parser and validator
A Typescript wrapper around command-line-args with additional support for markdown usage guide generation
Outputs info about system and webpack config
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Elegant CLI Builder
Node SDK for browserstack selenium-webdriver tests
extended POSIX-style sprintf
A small library for parsing arguments in Rust
A very simple argument parser
A fully featured dynamic template drop in replacement for the format! macro.
Tiny command line argument parser
Simple format_args!-like macro whose result can be stored for later use
simple arg parsing for rust
Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables.
Simple command-line app to fix your writing
Simple argument parser for small applications
Simple command line argument parser
Simple command-line parser through a declarative macro.
A simple proc-macro that expands to the CLI args that were passed to rustc
Ruby utility to eaily parse command line arguments with optional use of YAML template files
A simple argument parser, which is the right fit if you want * Aliases for short and long options * A quick way to parse any options without restrictons * A result object with a `keywords` hash and `positionals` array * Defined methods on your result for predefined options * Use value options __only__ with the `--key=value` syntax
arg parser, simple colorization
arg-that provides a simple method to create an argument matcher in equality comparisons.
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" introduction "This interface allows basic maths calculations via JSON-RPC2" auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'}) section 'Simple Ops' do desc 'Multiply two numbers' param 'a', 'Number', 'a' param 'b', 'Number', 'b' result 'Number', 'a * b' def mul args args['a'] * args['b'] end desc 'Add numbers' example "Calculate 1 + 1 = 2", :params => { 'a' => 1, 'b' => 1}, :result => 2 param 'a', 'Number', 'First number' param 'b', 'Number', 'Second number' optional 'c', 'Number', 'Third number' result 'Number', 'a + b + c' def sum args val = args['a'] + args['b'] val += args['c'] if args['c'] val end end end
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.