Keep options order in code and add missing bash completions

This commit is contained in:
Alvaro Iradier
2020-09-18 20:57:02 +02:00
parent 242b573f9a
commit 467b462b79
3 changed files with 9 additions and 6 deletions

View File

@@ -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"
}