#28036 closed enhancement (fixed)
Introduce default wp-cli.yml for core development
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 4.0 |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
When working in the develop repos, and at the repo root, you have to invoke WP-CLI with the --path=src/ parameter, unless you cd into the src (or build) directory first. It would be nice if a default wp-cli.yml file were included in the root so that any WP-CLI commands would default to the install in the src directory.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
I really like this idea. It's simple and will make a tool that is aligned with core more usable. Let's do it!