Expand description
Clap-derived CLI type definitions.
These live in their own module (rather than main.rs) so the integration
test crate at crates/cli/tests/ can use avatarr_cli::{Cli, Commands, SearchType} and exercise flag parsing directly via
Cli::try_parse_from(...).
Structs§
Enums§
- Commands
- Search
Type - CLI-facing media type. Mirrors
avatarr_core::metadata::MediaTypebut lives here so clap derive can useValueEnumwithout touching the core crate.