Skip to main content

Crate domain_status_cli

Crate domain_status_cli 

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

ExportCommand
Export command arguments.
ScanCommand
Scan command arguments.

Enums§

CliCommand
Root CLI command (subcommand required).
ExportFormat
FailOn
LogFormat
LogLevel

Functions§

clap_command
Returns the full CLI Command for codegen (completions, man page) and for --print-completions / --print-manpage. Pass a static version string (e.g. env!("DOMAIN_STATUS_VERSION") or env!("CARGO_PKG_VERSION")).