//! Debug commands for void repositories.
//!
//! These commands provide low-level access to repository internals for
//! debugging, development, and troubleshooting purposes.
pub mod audit;
pub mod audit_tui;
pub mod cat_file;
pub mod create_cid;
pub mod create_shard;
pub mod debug_shards;
pub mod decrypt;
pub mod encrypt;
pub mod fsck;
pub mod gc;
pub mod generate_key;
pub mod inspect_object;
pub mod read_shard;
pub mod read_shard_file;
pub mod rebuild_index;
pub mod repair;
pub mod repo_key;
pub mod reparent;