Alain Schlesser

Results 176 issues of Alain Schlesser

Large parts of this code are based on https://github.com/webmozart/path-util See #5007 Depends on #5014

scope:framework
breaking-change
dependent

WP-CLI includes some arguments that need an associative array as input (like `wp post create --meta_input`), but it does not support any way of entering these on the command line....

scope:framework

When using `WP_CLI::add_command`, you can add either a proper command, or a command namespace, which serves as a placeholder only. The `--debug` output should differentiate between these two. Right now,...

good-first-issue
internal-api:wp-cli-debug

# In progress - [x] [doctor-command](https://github.com/wp-cli/doctor-command) - https://github.com/wp-cli/doctor-command/issues/148 (@jrfnl) - [ ] [scaffold-package-command](https://github.com/wp-cli/scaffold-package-command) (@pattonwebz) - [x] [find-command](https://github.com/wp-cli/find-command) (@thrijith) - [x] [dist-archive-command](https://github.com/wp-cli/dist-archive-command) (@sagarnasit) - [x] [profile-command](https://github.com/wp-cli/profile-command) (@BhargavBhandari90) # Completed

scope:testing

When you misconfigure the SSH setting in an alias, like omitting the path and adding a separate `path:` key instead, then the error message that WP-CLI provides is very misleading:...

bug
internal-api:wp-cli-utils-parse-ssh-url
command:cli-alias

In some languages (PHP, JavaScript), there's a big difference between the two following comparison operators: `==` : compare if same value `===` : compare if same value and same type...

The handbook should contain a detailed explanation of what the different styles of syntax mean as they are used by the command synopsis, and the individual pages of the command...

scope:documentation

Right now, the handbook is mostly a reference, with tips and tutorials sprinkled throughout. Apart from the "Quickstart" guide, there's no real user manual that explains all the concepts for...

scope:documentation

See https://github.com/wp-cli/i18n-command/issues/80

scope:documentation
good-first-issue

WP-CLI is licensed under the MIT license, and all bundled code should be compatible with that. We should document our licensing expectations for: - accepting third-party code into the official...

scope:documentation