Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Generates autocompletion for different shell implementations
Generates shell autocompletion scripts for different implementations.
These scripts can be directly sourced, though using pre-generated versions is recommended to avoid shell startup delay.
lab completion [shell] [flags]
bash : source <(lab completion)
elvish : eval(lab completion|slurp)
fish : lab completion | source
oil : source <(lab completion)
powershell : lab completion | Out-String | Invoke-Expression
xonsh : exec($(lab completion xonsh))
zsh : source <(lab completion zsh)
-h, --help help for completion
--debug Enable debug logging level
--no-pager Do not pipe output into a pager
--quiet Turn off any sort of logging. Only command output is printed