Skip to main content

TEMPLATE_PROMPTS_LIST

Constant TEMPLATE_PROMPTS_LIST 

Source
pub const TEMPLATE_PROMPTS_LIST: &str = "[header]Prompts[/header]\n{% for row in rows %}\n  [item]{{ row.key }}[/item]\n    {% if row.status == \"dismissed\" %}[deployed]dismissed[/deployed]{% else %}[pending]active[/pending]{% endif %}  [description]{{ row.description }}[/description]\n{% endfor %}\n[dim]Registry: {{ registry_path }}\nReset with [example]dodot prompts reset <key>[/example] or [example]dodot prompts reset --all[/example].[/dim]\n";
Expand description

Dismissed-prompt registry listing (dodot prompts list).