update docker Import subcommand completions

Signed-off-by: Kyle Spiers <Kyle@Spiers.me>
This commit is contained in:
Kyle Spiers 2018-05-05 01:22:45 -07:00
parent 82c5693cf9
commit 202601b774
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from images' -a '(__fish_pri
# import # import
complete -c docker -f -n '__fish_docker_no_subcommand' -a import -d 'Create a new filesystem image from the contents of a tarball' complete -c docker -f -n '__fish_docker_no_subcommand' -a import -d 'Create a new filesystem image from the contents of a tarball'
complete -c docker -A -f -n '__fish_seen_subcommand_from import' -s c -l change -d 'Apply Dockerfile instruction to the created image'
complete -c docker -A -f -n '__fish_seen_subcommand_from import' -s m -l message -d 'Set commit message for imported image'
complete -c docker -A -f -n '__fish_seen_subcommand_from import' -l help -d 'Print usage' complete -c docker -A -f -n '__fish_seen_subcommand_from import' -l help -d 'Print usage'
# info # info