mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
add vmctl completions for OpenBSD
This commit is contained in:
parent
eec47a173d
commit
37c7950a3f
1 changed files with 4 additions and 0 deletions
4
share/completions/vmctl.fish
Normal file
4
share/completions/vmctl.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
complete -c vmctl -xa 'console create load log reload reset start status stop pause unpause send receive' -n 'not __fish_seen_subcommand_from list console create load log reload reset start status stop pause unpause send receive'
|
||||
complete -c vmctl -n '__fish_seen_subcommand_from console reload reset start status stop pause unpause send receive' -xa '(vmctl status | string match -e -v "MAXMEM" | string replace -r "^(\s+\S+\s+){7}" "")'
|
||||
|
Loading…
Reference in a new issue