Skip to main content

Crate avatarr_cli

Crate avatarr_cli 

Source
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.