1//! Pocket CLI library
2//!
3//! This file exports all the modules needed by the binary and tests.
45// Re-export modules
6pub mod vcs;
7pub mod storage;
8pub mod models;
9pub mod utils;
10pub mod version;
11pub mod plugins;
12// Add any other modules that need to be accessible to tests