mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-21 07:39:50 +00:00
feat(hasura): add completion plugin (#11278)
This commit is contained in:
9
plugins/hasura/README.md
Normal file
9
plugins/hasura/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Hasura plugin
|
||||
|
||||
This plugin adds completion for [the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/index/).
|
||||
|
||||
To use it, add `hasura` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... hasura)
|
||||
```
|
||||
Reference in New Issue
Block a user