aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/machinectl.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-06-29 20:44:48 +0200
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-02 14:36:48 +0800
commita1b86749cf01e1afc61371075cead08c22c7fd4b (patch)
tree77f97e7c6388c3650ffa4dee48b47c75b3c706ed /share/completions/machinectl.fish
parent25d19f7d63e54e0fe42dfc4289dcba25eb022ddf (diff)
machinectl completions: Add --no-ask-password
Diffstat (limited to 'share/completions/machinectl.fish')
-rw-r--r--share/completions/machinectl.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/machinectl.fish b/share/completions/machinectl.fish
index fe2a6201..16c0107d 100644
--- a/share/completions/machinectl.fish
+++ b/share/completions/machinectl.fish
@@ -34,6 +34,7 @@ complete -f -c machinectl -s h -l help -d 'Print a short help and exit'
complete -f -c machinectl -l version -d 'Print a short version and exit'
complete -f -c machinectl -l no-pager -d 'Do not pipe output into a pager'
complete -f -c machinectl -l no-legend -d 'Do not print header and footer'
+complete -f -c machinectl -l no-ask-password -d "Don't ask for password for privileged operations" # might only be valid for certain commands, manpage is vague
# Machine commands
complete -f -c machinectl -n "not __fish_seen_subcommand_from $commands" -a "list" -d "List running machines"