From a2be8be2cf5b7e5f74edcd7bbd4640d01f39bae2 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Mon, 14 Dec 2020 15:44:36 +0100 Subject: coredumpctl: Add --debugger-args= option This commit adds the possibility to pass command line options to the debugger invoked with coredumpctl debug. Resolves: #9905 --- shell-completion/bash/coredumpctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell-completion') 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' -- cgit v1.2.1