gcli command auto completion and arm64 build
All threads resolved!
All threads resolved!
- Extra command
completion
added which takes a--shell
argument 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.ps1
completion scripts - add the
bash
,zsh
andfish
completion scripts in the.deb
package
- generate the
- Added the ARM64 build generating a binary and a
.deb
package that also include those completion scripts. - Includes fix for #50 (closed)
Edited by Nicolas80
Merge request reports
Activity
assigned to @Nicolas80
- Resolved by Nicolas80
@moul , @HugoTrentesaux Est-ce que vous pourriez review ce changement ?
J'ai du chercher pas mal avec l'IA pour arriver à une solution qui semble fonctionner.
J'ai fais les builds en local avec
gitlab-ci-local --needs
donc pas encore certain que ça passera dans le "vrais" gitlabJ'ai testé le .deb ARM64 sur une machine Oracle et l'auto-completion semble bien fonctionner pour
bash
,zsh
,fish
.
requested review from @HugoTrentesaux
added 1 commit
- 3cecb009 - gcli command auto completion and arm64 build
mentioned in issue #50 (closed)
Please register or sign in to reply