1 2 3 4 5 6 7 8 9 10 11
mod cache; mod cli; mod context; mod gitstatus; mod prompt; mod setup; mod theme; fn main() { cli::run(); }