summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-19 04:36:22 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-08-19 04:36:22 +0200
commit5703301ada97d43bfdf8b4f5379c6070ef96e078 (patch)
tree9017666d0a6d302b9a747518ff9c963dbd1a4dbc /shell-completion/zsh
parentresolvectl: enable interactive authentication for dbus method call (diff)
downloadsystemd-5703301ada97d43bfdf8b4f5379c6070ef96e078.tar.xz
systemd-5703301ada97d43bfdf8b4f5379c6070ef96e078.zip
resolvectl: introduce --no-ask-password option
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r--shell-completion/zsh/_resolvectl2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/zsh/_resolvectl b/shell-completion/zsh/_resolvectl
index 4ca469adcf..c779f73ff3 100644
--- a/shell-completion/zsh/_resolvectl
+++ b/shell-completion/zsh/_resolvectl
@@ -94,4 +94,6 @@ _arguments \
'--search=[Do not use search domains]:BOOL:(yes no)' \
'--raw=[Dump the answer as binary data]:RAW:(payload packet)' \
'--json=[Output as JSON]:JSON:(pretty short off)' \
+ '--no-pager[Do not pipe output into a pager]' \
+ '--no-ask-password[Do not prompt for password]' \
'*::default: _resolvectl_commands'