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

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

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

1 مستودع

Awesome GitHub RepositoriesMethod-Based Subcommand Mappings

Mechanisms that automatically map each public method on a command class to a subcommand, inheriting class-level argument defaults.

Distinct from Cargo Subcommand Integrations: Distinct from Cargo Subcommand Integrations: focuses on mapping class methods to subcommands in any CLI framework, not specifically the Cargo build system.

Explore 1 awesome GitHub repository matching development tools & productivity · Method-Based Subcommand Mappings. Refine with filters or upvote what's useful.

Awesome Method-Based Subcommand Mappings GitHub Repositories

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

    wp-cli/wp-cli

    5,028عرض على GitHub↗

    WP-CLI is a command-line interface and automation tool for managing WordPress sites and databases through a terminal instead of a web browser. It functions as an extensible framework for executing site maintenance, administrative updates, and developer tooling via scripts and scheduled jobs. The tool provides specialized capabilities for database management, including search-and-replace operations, imports, and exports to modify or migrate site data. It also serves as a programmable interface that allows for the integration of AI agents to execute command-driven tasks. The system supports th

    Each public method on a command class becomes a subcommand, inheriting the class’s argument defaults.

    PHPcliframeworkhacktoberfest
    عرض على GitHub↗5,028
  1. Home
  2. Development Tools & Productivity
  3. Subcommand Registration
  4. Cargo Subcommand Integrations
  5. Method-Based Subcommand Mappings