(command: string)
| 219 | * Formats a command with proper notation |
| 220 | */ |
| 221 | export function formatCommand(command: string): string { |
| 222 | return `/${command} ` |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * Generates a deterministic unique ID for a command suggestion. |
no outgoing calls
no test coverage detected