aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-06 23:03:12 +0100
committerGitHub <noreply@github.com>2020-02-06 23:03:12 +0100
commit35eb2381a6b5126c6b2483325350561d1987e88b (patch)
treea14d68db8df3b518922892ff9fec369e416967d9 /completions
parent3b47bda863c85b0367da60be3013e17fd6bbfc81 (diff)
parent41b735af053b85aeacc65e45d068246cad789cd7 (diff)
downloadpodman-35eb2381a6b5126c6b2483325350561d1987e88b.tar.gz
podman-35eb2381a6b5126c6b2483325350561d1987e88b.tar.bz2
podman-35eb2381a6b5126c6b2483325350561d1987e88b.zip
Merge pull request #5111 from mheon/service_to_system_service
Move podman-service to podman-system-service
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman26
1 files changed, 13 insertions, 13 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 57b9547a7..56559c142 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1200,6 +1200,19 @@ _podman_system_prune() {
esac
}
+_podman_system_service() {
+ local options_with_args="
+ -t
+ --timeout
+ "
+ local boolean_options="
+ --help
+ -h
+ --varlink
+ "
+ _complete_ "$options_with_args" "$boolean_options"
+}
+
_podman_system() {
local boolean_options="
--help
@@ -1755,19 +1768,6 @@ _podman_search() {
_complete_ "$options_with_args" "$boolean_options"
}
-_podman_service() {
- local options_with_args="
- -t
- --timeout
- "
- local boolean_options="
- --help
- -h
- --varlink
- "
- _complete_ "$options_with_args" "$boolean_options"
-}
-
_podman_unmount() {
_podman_umount $@
}