mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
Keep options order in code and add missing bash completions
This commit is contained in:
@@ -140,11 +140,14 @@ _skopeo_delete() {
|
||||
|
||||
_skopeo_layers() {
|
||||
local options_with_args="
|
||||
--authfile
|
||||
--creds
|
||||
--cert-dir
|
||||
--registry-token
|
||||
"
|
||||
local boolean_options="
|
||||
--tls-verify
|
||||
--no-creds
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
Reference in New Issue
Block a user