35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
|
## gitlab-project-manager completion
|
||
|
|
||
|
Generate the autocompletion script for the specified shell
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Generate the autocompletion script for gitlab-project-manager for the specified shell.
|
||
|
See each sub-command's help for details on how to use the generated script.
|
||
|
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for completion
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--config string config file (default is ~/.config/gitlab-project-manager.yaml)
|
||
|
--logLevel string Default log level -- info, warn, error, debug (default "info")
|
||
|
--projectPath string Sets a path for local clones of projects
|
||
|
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [gitlab-project-manager](gitlab-project-manager.md) - Find and use GitLab projects locally
|
||
|
* [gitlab-project-manager completion bash](gitlab-project-manager_completion_bash.md) - Generate the autocompletion script for bash
|
||
|
* [gitlab-project-manager completion fish](gitlab-project-manager_completion_fish.md) - Generate the autocompletion script for fish
|
||
|
* [gitlab-project-manager completion powershell](gitlab-project-manager_completion_powershell.md) - Generate the autocompletion script for powershell
|
||
|
* [gitlab-project-manager completion zsh](gitlab-project-manager_completion_zsh.md) - Generate the autocompletion script for zsh
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 19-Dec-2024
|