Support for specifying the URL on the command line

This commit is contained in:
Anthony Oteri
2023-09-21 15:34:19 -04:00
parent 4ccec7b1c8
commit 535e08e9bb
5 changed files with 48 additions and 74 deletions
+3
View File
@@ -47,6 +47,9 @@ pub(crate) struct Cli {
value_enum
)]
pub log_level: LogLevel,
/// The host or host:port for the Docker Registry
pub registry: String,
}
#[derive(ValueEnum, Copy, Clone, Debug, PartialEq, Eq)]