gcli command auto completion and arm64 build
- Extra command
completionadded which takes a--shellargument to generate a completions script for a specified shell. - Adapted the Linux (amd64) build to:
- generate the
gcli-completion.bash,gcli-completion.zsh,gcli-completion.fish,gcli-completion.ps1completion scripts - add the
bash,zshandfishcompletion scripts in the.debpackage
- generate the
- Added the ARM64 build generating a binary and a
.debpackage that also include those completion scripts. - Includes fix for #50 (closed)
Edited by Nicolas80