mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
completions: update rfkill
This commit is contained in:
parent
49bdab4898
commit
f897948442
|
@ -1,4 +1,9 @@
|
||||||
complete -c rfkill -xa 'block unblock list event help' -n 'not __fish_seen_subcommand_from block unblock list event help'
|
complete -c rfkill -xa 'block unblock list event help' -n 'not __fish_seen_subcommand_from block unblock list event help'
|
||||||
complete -c rfkill -n '__fish_seen_subcommand_from block unblock list' -d 'device group' -xa "all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm (rfkill list | tr : \t)"
|
complete -c rfkill -n '__fish_seen_subcommand_from block unblock list' -d 'device group' -xa "all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm (rfkill list | tr : \t)"
|
||||||
complete -c rfkill -l version -d 'Print version'
|
complete -c rfkill -s V -l version -d 'Print version'
|
||||||
|
complete -c rfkill -s h -l help -d 'Print help'
|
||||||
|
complete -c rfkill -s J -l json -d 'JSON output'
|
||||||
|
complete -c rfkill -s r -l raw -d 'Raw output'
|
||||||
|
complete -c rfkill -s n -l noheadings -d "Don't print headings"
|
||||||
|
complete -c rfkill -s o -l output -d "Columns to output" -xa "DEVICE ID TYPE TYPE-DESC SOFT HARD"
|
||||||
|
complete -c rfkill -l output-all -d "Output all columns"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user