Skip to content

Commit

Permalink
add signify completions for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit authored and faho committed Dec 12, 2017
1 parent 37c7950 commit 75e17e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/completions/signify.fish
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 75e17e0

Please sign in to comment.