Re-exports§
pub use chat::ChatCommand;pub use config::ConfigCommand;pub use custom::CustomAction;pub use custom::CustomCommandHandler;pub use gen::GenCommand;pub use help::HelpCommand;pub use hooks::HooksAction;pub use hooks::HooksCommand;pub use init::InitCommand;pub use lsp::LspCommand;pub use refactor::RefactorCommand;pub use review::ReviewCommand;pub use sessions::SessionsAction;pub use sessions::SessionsCommand;pub use tui::TuiCommand;pub use version::VersionCommand;
Modules§
- chat
- config
- custom
- custom_
storage - gen
- help
- hooks
- Hooks command handler
- init
- lsp
- LSP command - Start the Language Server Protocol server
- refactor
- review
- sessions
- Sessions command - Manage ricecoder sessions
- tui
- TUI command - Launch the terminal user interface
- version
Traits§
- Command
- Trait for command handlers