mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-27 13:15:49 +02:00
Add --remove-orphans on down command
Signed-off-by: Sander Hoentjen <shoentjen@antagonist.nl>
This commit is contained in:
committed by
Muayyad Alsadi
parent
e84451f4ea
commit
b4c0792995
@@ -98,7 +98,7 @@ _completeExecArgs() {
|
||||
|
||||
# complete the arguments for `podman-compose down` and return 0
|
||||
_completeDownArgs() {
|
||||
down_opts="${help_opts} -v --volumes -t --timeout"
|
||||
down_opts="${help_opts} -v --volumes -t --timeout --remove-orphans"
|
||||
if [[ ${prev} == "-t" || ${prev} == "--timeout" ]]; then
|
||||
return 0
|
||||
elif [[ ${cur} == -* ]]; then
|
||||
|
Reference in New Issue
Block a user