fish-shell/share/completions/signify.fish
Fabian Homborg 9367d4ff71 Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
2020-03-09 19:46:43 +01:00

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'