Expand description
CLI definition for domain_status (single source of truth).
Used by the main crate for parsing and by build.rs for shell completions and man page.
Structs§
- Export
Command - Export command arguments.
- Scan
Command - Scan command arguments.
Enums§
- CliCommand
- Root CLI command (subcommand required).
- Export
Format - FailOn
- LogFormat
- LogLevel
Functions§
- clap_
command - Returns the full CLI
Commandfor codegen (completions, man page) and for--print-completions/--print-manpage. Pass a static version string (e.g.env!("DOMAIN_STATUS_VERSION")orenv!("CARGO_PKG_VERSION")).