1//! CLI module for the `avis` binary. 2 3pub mod commands; 4pub mod repl; 5pub mod repl_commands; 6pub mod repl_complete;