mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 02:18:41 +00:00
fix(deps): update module github.com/spf13/cobra to v1.8.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/spf13/cobra/bash_completionsV2.go
generated
vendored
2
vendor/github.com/spf13/cobra/bash_completionsV2.go
generated
vendored
@@ -57,7 +57,7 @@ __%[1]s_get_completion_results() {
|
||||
local requestComp lastParam lastChar args
|
||||
|
||||
# Prepare the command to request completions for the program.
|
||||
# Calling ${words[0]} instead of directly %[1]s allows to handle aliases
|
||||
# Calling ${words[0]} instead of directly %[1]s allows handling aliases
|
||||
args=("${words[@]:1}")
|
||||
requestComp="${words[0]} %[2]s ${args[*]}"
|
||||
|
||||
|
Reference in New Issue
Block a user