// Copyright 2026 VKrishna04
// SPDX-License-Identifier: Apache-2.0
/// Command handler modules.
///
/// Each subcommand has its own module with a `run()` function.
pub mod caches;
pub mod completions;
pub mod config;
pub mod daemon;
pub mod doctor;
pub mod hook;
pub mod icon;
pub mod init;
pub mod install;
pub mod link;
pub mod man;
pub mod restore;
pub mod run;
pub mod setup;
pub mod skill;
pub mod stats;
pub mod status;
pub mod trust;
pub mod undo;
pub mod uninstall;
pub mod update;