lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab

View the Project on GitHub zaquestion/lab

lab completion

Generates autocompletion for different shell implementations

Synopsis

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]

Examples

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)

Options

  -h, --help   help for completion

Options inherited from parent commands

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

SEE ALSO

Auto generated by spf13/cobra on 3-Jul-2022