awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesArgument Aliasing

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.

Awesome Argument Aliasing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yargs/yargsالصورة الرمزية لـ yargs

    yargs/yargs

    11,492عرض على GitHub↗

    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.

    JavaScript
    عرض على GitHub↗11,492
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Argument Aliasing