Skip to main content

wowlab_cli/
lib.rs

1//! Data processing and snapshot management CLI.
2
3#![expect(
4    clippy::multiple_crate_versions,
5    reason = "database, compression, and parsing dependencies currently resolve independent transitive versions"
6)]
7
8/// Data migration and snapshot command implementations.
9pub mod commands;