mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 00:44:26 +01:00
Add file completions for lein (#5380)
This commit is contained in:
parent
e1294c602c
commit
0c85da3c74
@ -33,6 +33,8 @@ function _lein_commands() {
|
||||
"version:print leiningen's version"
|
||||
)
|
||||
_describe -t subcommands 'leiningen subcommands' subcommands && ret=0
|
||||
;;
|
||||
*) _files
|
||||
esac
|
||||
|
||||
return ret
|
||||
|
Loading…
Reference in New Issue
Block a user