Add support of lein "is not task"

This commit is contained in:
nvbn
2015-04-18 23:19:34 +02:00
parent 3440582494
commit 8b2ba5762c
4 changed files with 49 additions and 1 deletions
+11
View File
@@ -49,6 +49,17 @@ Did you mean this?
➜ fuck
git branch
* master
➜ lein rpl
'rpl' is not a task. See 'lein help'.
Did you mean this?
repl
➜ fuck
nREPL server started on port 54848 on host 127.0.0.1 - nrepl://127.0.0.1:54848
REPL-y 0.3.1
...
```
## Installation