Expand description
Public re-exports for integration tests and internal consumers.
The binary lives in src/main.rs and imports these types from the
library crate so that the integration test crate at tests/ can also
reach them via use avatarr_cli::{Cli, Commands, SearchType};.
Re-exports§
pub use cli_types::Cli;pub use cli_types::Commands;pub use cli_types::SearchType;
Modules§
- cli_
types - Clap-derived CLI type definitions.