Add file completions for lein (#5380)

This commit is contained in:
Ryan Smith
2016-09-12 08:46:10 -07:00
committed by Marc Cornellà
parent e1294c602c
commit 0c85da3c74

View File

@@ -33,6 +33,8 @@ function _lein_commands() {
"version:print leiningen's version"
)
_describe -t subcommands 'leiningen subcommands' subcommands && ret=0
;;
*) _files
esac
return ret