Skip to main content

ferrum_cli/commands/
mod.rs

1//! CLI Commands - Ollama-style interface
2
3pub mod bench;
4pub mod embed;
5pub mod list;
6pub mod pull;
7pub mod run;
8pub mod serve;
9pub mod stop;