Skip to main content

wasm_sandbox/templates/
cli_tool.rs

1//! CLI tool template stub
2//! This is a temporary stub file
3
4pub fn render_cli_tool_template() -> &'static str {
5    "// CLI tool template placeholder"
6}