mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
refactor(cli): remove old cli commands (#1756)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -26,12 +26,12 @@ func getDefaultSearchConf(baseURL string) searchConfig {
|
||||
outputFormat := "text"
|
||||
|
||||
return searchConfig{
|
||||
servURL: &baseURL,
|
||||
servURL: baseURL,
|
||||
resultWriter: io.Discard,
|
||||
verifyTLS: &verifyTLS,
|
||||
debug: &debug,
|
||||
verbose: &verbose,
|
||||
outputFormat: &outputFormat,
|
||||
verifyTLS: verifyTLS,
|
||||
debug: debug,
|
||||
verbose: verbose,
|
||||
outputFormat: outputFormat,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user