mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
2292d30a73
(cherry picked from commit ffb6168221
)
4 lines
270 B
Fish
4 lines
270 B
Fish
complete -c age-keygen -s o -l output -n "not __fish_contains_opt -s o output" -d "output file for secret key"
|
|
complete -c age-keygen -s y -n "not __fish_contains_opt -s y" -d "read identity file, print recipient(s)"
|
|
complete -c age -l version -d "print version number"
|