This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ _hyper_load() {
419419
420420 case " $cur " in
421421 -* )
422- COMPREPLY=( $( compgen -W " --help --input -i --quiet -q" -- " $cur " ) )
422+ COMPREPLY=( $( compgen -W " --help --input -i --local -l -- quiet -q" -- " $cur " ) )
423423 ;;
424424 esac
425425}
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from kill' -s s -l signal -d
216216complete -c docker -A -f -n ' __fish_seen_subcommand_from kill' -a ' (__fish_print_docker_containers running)' -d " Container"
217217
218218# load
219- complete -c docker -f -n ' __fish_docker_no_subcommand' -a load -d ' Load an image from a tar archive '
219+ complete -c docker -f -n ' __fish_docker_no_subcommand' -a load -d ' Load a local image or a tar file '
220220complete -c docker -A -f -n ' __fish_seen_subcommand_from load' -l help -d ' Print usage'
221221complete -c docker -A -f -n ' __fish_seen_subcommand_from load' -s i -l input -d ' Read from a tar archive file, instead of STDIN'
222222
You can’t perform that action at this time.
0 commit comments