summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorMichal Fabik <mfabik@redhat.com>2020-12-14 15:44:36 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-16 12:42:53 +0900
commita2be8be2cf5b7e5f74edcd7bbd4640d01f39bae2 (patch)
tree83aabf0a00fffc7bfc75f8ceb0a17b44bb0f6809 /shell-completion
parenta7c52e1ee1c0bc897f04989d90c3abd3d120a28e (diff)
downloadsystemd-a2be8be2cf5b7e5f74edcd7bbd4640d01f39bae2.tar.gz
coredumpctl: Add --debugger-args= option
This commit adds the possibility to pass command line options to the debugger invoked with coredumpctl debug. Resolves: #9905
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/coredumpctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/coredumpctl b/shell-completion/bash/coredumpctl
index 20886932e2..aef863b020 100644
--- a/shell-completion/bash/coredumpctl
+++ b/shell-completion/bash/coredumpctl
@@ -39,7 +39,8 @@ _coredumpctl() {
local i verb comps
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
local OPTS='-h --help --version --no-pager --no-legend -o --output -F --field -1
- -r --reverse -S --since -U --until -D --directory -q --quiet --debugger'
+ -r --reverse -S --since -U --until -D --directory -q --quiet --debugger
+ -A --debugger-arguments'
local -A VERBS=(
[LIST]='list info'