Module cli_handlers

Module cli_handlers 

Source

Re-exports§

pub use dashboard::check_dashboard_status;
pub use dashboard::check_mcp_connections;
pub use dashboard::handle_dashboard_command;
pub use other::check_session_start_hook;
pub use other::handle_current_command;
pub use other::handle_doctor_command;
pub use other::handle_event_command;
pub use other::handle_init_command;
pub use other::handle_logs_command;
pub use other::handle_report_command;
pub use other::handle_search_command;
pub use other::handle_session_restore;
pub use other::handle_setup;
pub use task::handle_task_command;
pub use utils::get_status_badge;
pub use utils::print_task_context;
pub use utils::read_stdin;

Modules§

dashboard
other
task
utils
Utility functions for CLI handlers