mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
4 lines
405 B
Fish
4 lines
405 B
Fish
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'
|