1 repositorio
Mapping multiple flags or options to a single canonical key for consistent internal access.
Distinct from Command Aliasing: Distinct from Command Aliasing: applies to individual flags/options rather than full command keywords.
Explore 1 awesome GitHub repository matching development tools & productivity · Argument Aliasing. Refine with filters or upvote what's useful.
yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings into structured JavaScript objects, providing a toolkit for building terminal applications with nested sub-commands, dedicated handlers, and a structured user interface. The framework distinguishes itself through automated help text generation, which constructs formatted usage menus and instructions based on registered metadata. It also provides shell completion generation for Bash and Zsh and uses string-distance algorithms to offer typo correction suggestions when invalid inpu
Maps multiple flags to a single canonical key so that updates to one propagate to all associated aliases.