add completion for --pod in run and create

Signed-off-by: haircommander <pehunt@redhat.com>

Closes: #1339
Approved by: mheon
This commit is contained in:
haircommander 2018-08-24 11:43:17 -04:00 committed by Atomic Bot
parent 2cde9540f1
commit facdfbc596
1 changed files with 4 additions and 0 deletions

View File

@ -1644,6 +1644,10 @@ _podman_container_run() {
esac
return
;;
--pod)
__podman_complete_pod_names
return
;;
--pid)
case "$cur" in
*:*)