Open
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
The context and the problem is defined directly in the commit: a8308bb.
Usually, if you want to use a custom default value for an argument like that, the way to do itis via a wp-cli.yml config file. See https://make.wordpress.org/cli/handbook/references/config/ for an example of how to set default values.
wp-cli.yml
is not an option, it requires unnecessary operations, creating the file, deleting the file...
Describe the solution you'd like
The solution to the current issue is #261.