1 dépôt
Parsers that read PHPDoc annotations on callable classes or functions to automatically generate argument and subcommand definitions for CLI tools.
Distinct from Command Argument Parsers: Distinct from general Command Argument Parsers: uses PHPDoc annotations as the source of truth for argument definitions rather than parsing raw shell strings or flag syntax.
Explore 1 awesome GitHub repository matching development tools & productivity · PHPDoc-Based Command Parsers. Refine with filters or upvote what's useful.
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
Commands read PHPDoc annotations on callables to automatically generate argument and subcommand definitions.