mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-20 22:23:28 +01:00
truffle simple autocomplation was added
This commit is contained in:
18
plugins/truffle/README.md
Normal file
18
plugins/truffle/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
Truffle simple plugin to make commands autocomplition
|
||||
=====================================================
|
||||
|
||||
Supported commands
|
||||
------------------
|
||||
- init
|
||||
- compile
|
||||
- migrate
|
||||
- test
|
||||
- exec
|
||||
- develop
|
||||
- console
|
||||
|
||||
Installation nodes
|
||||
------------------
|
||||
```bash
|
||||
plugins=(... truffle)
|
||||
```
|
||||
Reference in New Issue
Block a user