mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-13 22:28:25 +08:00
19 lines
281 B
Markdown
19 lines
281 B
Markdown
Truffle simple plugin to make commands autocomplition
|
|
=====================================================
|
|
|
|
Supported commands
|
|
------------------
|
|
- init
|
|
- compile
|
|
- migrate
|
|
- test
|
|
- exec
|
|
- develop
|
|
- console
|
|
|
|
Installation nodes
|
|
------------------
|
|
```bash
|
|
plugins=(... truffle)
|
|
```
|