mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
Add completions for gping
(#8181)
This commit is contained in:
parent
d8465e0a86
commit
0b8b535187
10
share/completions/gping.fish
Normal file
10
share/completions/gping.fish
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Completion for https://github.com/orf/gping
|
||||
|
||||
complete -x -c gping -d "Ping, but with a graph"
|
||||
complete -x -c gping -l cmd -d "Graph execution time for this command"
|
||||
complete -f -c gping -s h -l help -d "Print help information"
|
||||
complete -f -c gping -s 4 -d "Resolve ping targets to IPv4 address"
|
||||
complete -f -c gping -s 6 -d "Resolve ping targets to IPv6 address"
|
||||
complete -f -c gping -s s -l simple-graphics -d "Use dot character instead of braille"
|
||||
complete -x -c gping -s b -l buffer -d "Number of seconds to display on graph"
|
||||
complete -x -c gping -s n -l watch-interval -d "Watch interval in seconds"
|
Loading…
Reference in New Issue
Block a user