mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Merge pull request #32144 from bluca/portable_clean
portablectl: add --clean parameter for detaching
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user