mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Support for specifying the URL on the command line
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user