runix-cli 1.1.0

A CLI tool for ASCII art in your terminal
1
2
3
pub fn generate(_word: &str, _mode: &str) -> anyhow::Result<String> {
    anyhow::bail!("AI not implemented yet")
}