aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-01-24 21:24:54 +0100
committerGitHub <noreply@github.com>2018-01-24 21:24:54 +0100
commit97f234190f9641dabecdefb05ffe52103621da90 (patch)
tree86dadf8512e8a34291c2f12c4ea4442070a01e12 /completions
parent274908fd1349872cd1a661483c100e3a7a837da0 (diff)
parentb74e38b042cb32cead9adacbe75256a89e5cb664 (diff)
downloadpodman-97f234190f9641dabecdefb05ffe52103621da90.tar.gz
podman-97f234190f9641dabecdefb05ffe52103621da90.tar.bz2
podman-97f234190f9641dabecdefb05ffe52103621da90.zip
Merge pull request #252 from baude/port
podman port
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman13
1 files changed, 13 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index b1a19f255..f8086220e 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1413,6 +1413,18 @@ _podman_pause() {
_complete_ "$options_with_args" "$boolean_options"
}
+_podman_port() {
+ local options_with_args="
+ --help -h
+ "
+ local boolean_options="
+ --all
+ -a
+ -l
+ --latest"
+ _complete_ "$options_with_args" "$boolean_options"
+}
+
_podman_ps() {
local options_with_args="
--filter -f
@@ -1566,6 +1578,7 @@ _podman_podman() {
logs
mount
pause
+ port
ps
pull
push