pub fn run_wizard(template: Option<String>) -> Result<()>Expand description
Runs the project setup wizard or applies a specific template.
ยงErrors
Returns an error if:
- The specified template is not found
- The template setup fails
- The interactive wizard encounters an error