Skip to main content

Module cli_handlers

Module cli_handlers 

Source

Re-exports§

pub use config_commands::handle_config_command;
pub use dashboard::check_dashboard_status;
pub use dashboard::check_mcp_connections;
pub use dashboard::handle_dashboard_command;
pub use log_command::handle_log;
pub use other::handle_doctor_command;
pub use other::handle_init_command;
pub use other::handle_search_command;
pub use plan_command::execute_and_print as execute_plan_and_print;
pub use plan_command::print_plan_result;
pub use status_command::handle_status;
pub use task_commands::handle_task_command;
pub use utils::get_status_badge;
pub use utils::merge_metadata;
pub use utils::parse_metadata;
pub use utils::print_events_summary;
pub use utils::print_task_context;
pub use utils::print_task_summary;
pub use utils::print_task_tree;
pub use utils::read_stdin;
pub use utils::status_icon;

Modules§

config_commands
SQLite-only: These functions operate directly on the workspace_state table and are not available in the Neo4j backend.
dashboard
log_command
other
plan_command
status_command
suggestions_commands
SQLite-only: These functions operate on LLM suggestion tables via crate::llm and are not available in the Neo4j backend.
task_commands
utils
Utility functions for CLI handlers