Function create_prompt_from_template
Source pub fn create_prompt_from_template(
template_name: &str,
colors: Colors,
) -> Result<()>
Expand description
Create PROMPT.md from the selected template.
§Arguments
template_name - The name of the template to use
colors - Terminal color configuration for output
§Returns
Ok(()) - File created successfully
Err(e) - Failed to create file