diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-03 12:21:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 12:21:44 -0800 |
commit | 5f6ad82524ca7a3281c8464c84b4f9be4ff90aef (patch) | |
tree | d036677ca9be92e404858312b99f84b312673263 /completions/bash | |
parent | 03aafff4ef0ebd8fb03836d59dc2dacdc233696f (diff) | |
parent | 318bf7017bcb82da9f73cfce9e3a963b61252788 (diff) | |
download | podman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.tar.gz podman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.tar.bz2 podman-5f6ad82524ca7a3281c8464c84b4f9be4ff90aef.zip |
Merge pull request #1913 from baude/podexists
podman pod exists
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 3cccf2192..9518cfa22 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2235,6 +2235,14 @@ _podman_container_exists() { " } +_podman_pod_exists() { + local options_with_args=" + " + + local boolean_options=" + " +} + _podman_image_exists() { local options_with_args=" " |