pub fn bail_machine_usage(message: impl Into<String>) -> !Expand description
Emit a cli.usage.invalid envelope on stdout and exit with
ExitCode::Usage (2). Use at call sites that intentionally reject
a flag combination under --machine.
pub fn bail_machine_usage(message: impl Into<String>) -> !Emit a cli.usage.invalid envelope on stdout and exit with
ExitCode::Usage (2). Use at call sites that intentionally reject
a flag combination under --machine.