Closed GeoJunkie closed 2 months ago
Fixes #99
Adds a --force option that forces overwrite of an existing file. This prevents having to answer the prompt inside a script.
--force
--force was chosen to match the wp plugin/theme install command options.
wp plugin/theme install
Added a test for the new option.
Part of https://github.com/wp-cli/wp-cli/issues/5985
Fixes #99
Adds a
--force
option that forces overwrite of an existing file. This prevents having to answer the prompt inside a script.--force
was chosen to match thewp plugin/theme install
command options.Added a test for the new option.
Part of https://github.com/wp-cli/wp-cli/issues/5985