Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/go-genzshcomp
generate zsh completion function from Go flag's help text
https://github.com/hhatto/go-genzshcomp
Last synced: about 1 month ago
JSON representation
generate zsh completion function from Go flag's help text
- Host: GitHub
- URL: https://github.com/hhatto/go-genzshcomp
- Owner: hhatto
- Created: 2015-05-11T06:37:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T07:41:58.000Z (over 9 years ago)
- Last Synced: 2024-05-09T21:57:07.733Z (6 months ago)
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## go-genzshcomp
## Installation
```
$ go get github.com/hhatto/go-genzshcomp
```## Usage
example of nsqlookupd
```bash
$ nsqlookupd --help |& go-genzshcomp > _zsh_completion_func
```