Adds command line completion for
factom-cli
for Bash, Zsh, and
Fish.
This program uses
github.com/posener/complete
to
implement the completion.
- Golang 1.10 or higher
go get -u github.com/AdamSLevy/complete-factom-cli
go install github.com/AdamSLevy/complete-factom-cli
complete-factom-cli -install -y
source ~/.bashrc
go get -u github.com/AdamSLevy/complete-factom-cli
go install github.com/AdamSLevy/complete-factom-cli
You do not need to rerun the -install
or source
commands.