update docker Export subcommand completions

Signed-off-by: Kyle Spiers <Kyle@Spiers.me>
This commit is contained in:
Kyle Spiers 2018-05-05 01:07:32 -07:00
parent 3eb6b2c9c0
commit fb16dc68be
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from exec' -a '(__fish_print
# export
complete -c docker -f -n '__fish_docker_no_subcommand' -a export -d 'Stream the contents of a container as a tar archive'
complete -c docker -A -f -n '__fish_seen_subcommand_from export' -l help -d 'Print usage'
complete -c docker -A -f -n '__fish_seen_subcommand_from export' -s o -l output -d 'Write to a file, instead of STDOUT'
complete -c docker -A -f -n '__fish_seen_subcommand_from export' -a '(__fish_print_docker_containers all)' -d "Container"
# history