mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 03:24:15 +08:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
5 lines
397 B
Fish
5 lines
397 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'
|