mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
add signify completions for OpenBSD
This commit is contained in:
parent
37c7950a3f
commit
75e17e007d
1 changed files with 4 additions and 0 deletions
4
share/completions/signify.fish
Normal file
4
share/completions/signify.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
complete -c signify -n '__fish_seen_subcommand_from' -s C --description 'Verify a signed checksum list'
|
||||||
|
complete -c signify -n '__fish_seen_subcommand_from' -s G --description 'Generate a new key pair'
|
||||||
|
complete -c signify -n '__fish_seen_subcommand_from' -s S --description 'Sign specified message'
|
||||||
|
complete -c signify -n '__fish_seen_subcommand_from' -s V --description 'Verify a signed message and sig'
|
Loading…
Reference in a new issue