2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-03-05 07:47:41 +00:00
fish-shell/share/completions/signify.fish

5 lines
405 B
Fish
Raw Normal View History

2017-12-11 07:54:44 -07:00
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'