From 050693b2e773e6334dc200fc0c819e3829ac400d Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 21 Jun 2022 16:57:49 +0200 Subject: bump github.com/spf13/cobra from 1.4.0 to 1.5.0 Update cobra to latest version. Remove workaround for podman -h. Also regenerate the completion scripts. [NO NEW TESTS NEEDED] Signed-off-by: Paul Holzinger --- completions/fish/podman-remote.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'completions/fish/podman-remote.fish') diff --git a/completions/fish/podman-remote.fish b/completions/fish/podman-remote.fish index bcfacbb00..67c964133 100644 --- a/completions/fish/podman-remote.fish +++ b/completions/fish/podman-remote.fish @@ -18,7 +18,8 @@ function __podman_remote_perform_completion __podman_remote_debug "args: $args" __podman_remote_debug "last arg: $lastArg" - set -l requestComp "$args[1] __complete $args[2..-1] $lastArg" + # Disable ActiveHelp which is not supported for fish shell + set -l requestComp "PODMAN_REMOTE_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg" __podman_remote_debug "Calling $requestComp" set -l results (eval $requestComp 2> /dev/null) -- cgit v1.2.3-54-g00ecf