wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 86 forks source link

Add dependency checks and error handling for svn and download tools #345

Closed mostafasoufi closed 2 weeks ago

mostafasoufi commented 2 weeks ago

Hi,

This PR adds checks for missing dependencies (svn, curl, wget) to ensure the script exits gracefully if any are missing. It also improves error handling in the download process to prevent incomplete setups when required tools are unavailable.

swissspidy commented 2 weeks ago

Some extra hardening sounds good, but why remove all those explanatory comments?

mostafasoufi commented 2 weeks ago

Good point, the comments are back.