mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-06 01:58:46 +00:00
Update completions for loginctl
This commit is contained in:
parent
581f619147
commit
2be7f1a7e6
1 changed files with 16 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
||||||
#loginctl (systemd 244)
|
#loginctl (systemd 245)
|
||||||
|
|
||||||
#variables
|
#variables
|
||||||
set -l seen __fish_seen_subcommand_from
|
set -l seen __fish_seen_subcommand_from
|
||||||
|
@ -19,7 +19,7 @@ complete -c loginctl -x -n "not $seen $commands" -l machine -s M -d "Operate on
|
||||||
complete -c loginctl -f -n "not $seen $commands" -l no-ask-password -d "Don't prompt for password"
|
complete -c loginctl -f -n "not $seen $commands" -l no-ask-password -d "Don't prompt for password"
|
||||||
complete -c loginctl -f -n "not $seen $commands" -l no-legend -d "Do not show the headers and footers"
|
complete -c loginctl -f -n "not $seen $commands" -l no-legend -d "Do not show the headers and footers"
|
||||||
complete -c loginctl -f -n "not $seen $commands" -l no-pager -d "Do not pipe output into a pager"
|
complete -c loginctl -f -n "not $seen $commands" -l no-pager -d "Do not pipe output into a pager"
|
||||||
complete -c loginctl -x -n "not $seen $commands" -l output -a "$output" -s o -d "Change journal output mode"
|
complete -c loginctl -x -n "not $seen $commands" -l output -s o -a "$output" -d "Change journal output mode"
|
||||||
complete -c loginctl -x -n "not $seen $commands" -l property -s p -d "Show only properties by this name"
|
complete -c loginctl -x -n "not $seen $commands" -l property -s p -d "Show only properties by this name"
|
||||||
complete -c loginctl -x -n "not $seen $commands" -l signal -s s -d "Which signal to send"
|
complete -c loginctl -x -n "not $seen $commands" -l signal -s s -d "Which signal to send"
|
||||||
complete -c loginctl -f -n "not $seen $commands" -l value -d "When showing properties, only print the value"
|
complete -c loginctl -f -n "not $seen $commands" -l value -d "When showing properties, only print the value"
|
||||||
|
|
Loading…
Reference in a new issue