Add heading

This commit is contained in:
TJ Rana 2018-12-02 22:46:19 -05:00
parent df4a41ff81
commit 375593fef4
No known key found for this signature in database
GPG Key ID: E5B7043E0B87F196

View File

@ -1,3 +1,5 @@
# complete.fish
complete -c complete -s c -l command -d "Command to add completion to" -r
complete -c complete -s p -l path -d "Path to add completion to"
complete -c complete -s s -l short-option -d "Posix-style option to complete"