mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
4 lines
353 B
Fish
4 lines
353 B
Fish
complete -c signify -n __fish_seen_subcommand_from -s C -d 'Verify a signed checksum list'
|
|
complete -c signify -n __fish_seen_subcommand_from -s G -d 'Generate a new key pair'
|
|
complete -c signify -n __fish_seen_subcommand_from -s S -d 'Sign specified message'
|
|
complete -c signify -n __fish_seen_subcommand_from -s V -d 'Verify a signed message and sig'
|