eceb26ad96
Resolves: #2138081,#2141979,#2151993,#2155517,#2160477
39 lines
2.1 KiB
Diff
39 lines
2.1 KiB
Diff
From 282bb5b70e6ff146ba81fea82d85d1e3f0cebc77 Mon Sep 17 00:00:00 2001
|
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
|
Date: Tue, 13 Dec 2022 09:05:11 +0900
|
|
Subject: [PATCH] shell-completion: systemctl: add --no-warn
|
|
|
|
(cherry picked from commit 93b0ec8bc533e8e8245560152c57e9c5dfb906bf)
|
|
|
|
Related: #2141979
|
|
---
|
|
shell-completion/bash/systemctl.in | 2 +-
|
|
shell-completion/zsh/_systemctl.in | 1 +
|
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in
|
|
index f935960c77..3c64467e2f 100644
|
|
--- a/shell-completion/bash/systemctl.in
|
|
+++ b/shell-completion/bash/systemctl.in
|
|
@@ -128,7 +128,7 @@ _systemctl () {
|
|
[STANDALONE]='--all -a --reverse --after --before --defaults --force -f --full -l --global
|
|
--help -h --no-ask-password --no-block --legend=no --no-pager --no-reload --no-wall --now
|
|
--quiet -q --system --user --version --runtime --recursive -r --firmware-setup
|
|
- --show-types --plain --failed --value --fail --dry-run --wait'
|
|
+ --show-types --plain --failed --value --fail --dry-run --wait --no-warn'
|
|
[ARG]='--host -H --kill-whom --property -p --signal -s --type -t --state --job-mode --root
|
|
--preset-mode -n --lines -o --output -M --machine --message --timestamp --check-inhibitors'
|
|
)
|
|
diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in
|
|
index d471743030..2811582236 100644
|
|
--- a/shell-completion/zsh/_systemctl.in
|
|
+++ b/shell-completion/zsh/_systemctl.in
|
|
@@ -480,6 +480,7 @@ _arguments -s \
|
|
'--show-types[When showing sockets, show socket type]' \
|
|
'--check-inhibitors[Specify if inhibitors should be checked]:mode:_systemctl_check_inhibitors' \
|
|
{-q,--quiet}'[Suppress output]' \
|
|
+ '--no-warn[Suppress several warnings shown by default]' \
|
|
'--no-block[Do not wait until operation finished]' \
|
|
'--legend=no[Do not print a legend, i.e. the column headers and the footer with hints]' \
|
|
'--no-pager[Do not pipe output into a pager]' \
|