Skip to main content

lore/
lib.rs

1//! A command library that lives in your shell.
2
3pub mod cli;
4pub mod console;
5pub mod model;
6pub mod params;
7pub mod search;
8pub mod shell;
9pub mod store;
10pub mod sync;
11pub mod tui;
12pub mod update;