Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```