Bug
The blog description captured in the setup.sh file when the user runs the sculpt plugin command is always displaying the default fallback description, even if a user supplies a custom description during use.
Reproducible Steps
- Run
sculpt plugin command.
- Make sure to provide a custom description for the plugin.
- Observe that when plugin is generated, the
setup.sh file contains the fallback description and not the custom one the user just added.
Expected Behaviour
If a user supplies a custom description, then that is supposed to be used instead of the fallback description. This needs to be fixed.
wp-env run cli wp option update blogdescription "A WordPress site for plugin devlopment by Sculpt."
Acceptance Criteria