Skip to main content

ase_shell/
lib.rs

1pub const SHELL_NAME: &str = "àṣẹ";
2pub const PROMPT: &str = "\x1b[32màṣẹ\x1b[0m \x1b[1m>\x1b[0m ";
3
4pub mod commands;
5pub mod repl;
6pub mod utils;