mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
truffle simple autocomplation was added
This commit is contained in:
parent
fe4b565986
commit
ce6ffdd961
2 changed files with 34 additions and 0 deletions
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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue