mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
add support for shell completion
This commit is contained in:
17
README.md
17
README.md
@@ -12,6 +12,7 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
||||
- [Configuration](#configuration)
|
||||
- [Style](#style)
|
||||
- [Commands](#commands)
|
||||
- [Shell Completion](#shell-completion)
|
||||
- [License](#license)
|
||||
|
||||
## Installation
|
||||
@@ -818,6 +819,22 @@ gobs-cli media restart "Media"
|
||||
```
|
||||
|
||||
|
||||
## Shell Completion
|
||||
|
||||
- completion:
|
||||
|
||||
*optional*
|
||||
- args: Shell
|
||||
|
||||
```console
|
||||
gobs-cli completion
|
||||
|
||||
gobs-cli completion bash
|
||||
```
|
||||
|
||||
Currently supported shells: *bash* *zsh* *fish*. If no shell is passed completion will attempt to detect the current user shell.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
`gobs-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
|
||||
Reference in New Issue
Block a user