Merge pull request #32144 from bluca/portable_clean

portablectl: add --clean parameter for detaching
This commit is contained in:
Luca Boccassi
2024-04-18 18:15:20 +02:00
committed by GitHub
4 changed files with 75 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ _portablectl() {
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
local -A OPTS=(
[STANDALONE]='-q --quiet --runtime --no-reload --cat --no-pager --no-legend
--no-ask-password --enable --now -h --help --version'
--no-ask-password --enable --now -h --help --version
--clean --no-block --force'
[ARG]='-p --profile --copy -H --host -M --machine --extension'
)