runix-cli 1.0.0

A CLI tool for ASCII art in your terminal
1
2
3
4
5
6
pub fn get(_word: &str, _mode: &str) -> Option<String> {
    None
}

pub fn set(_word: &str, _mode: &str, _art: &str) {
}