mirror of https://github.com/containers/podman.git
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:
parent
2cde9540f1
commit
facdfbc596
|
|
@ -1644,6 +1644,10 @@ _podman_container_run() {
|
|||
esac
|
||||
return
|
||||
;;
|
||||
--pod)
|
||||
__podman_complete_pod_names
|
||||
return
|
||||
;;
|
||||
--pid)
|
||||
case "$cur" in
|
||||
*:*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue