tl_cli/cli/commands/
mod.rs

1//! Subcommand implementations.
2
3/// Chat mode command handler.
4pub mod chat;
5
6/// Translation command handler.
7pub mod translate;