22 lines
753 B
Markdown
22 lines
753 B
Markdown
# huecli
|
|
|
|
```console
|
|
$ huecli --help
|
|
Usage: huecli [OPTIONS] COMMAND [ARGS]...
|
|
|
|
Options:
|
|
--install-completion [bash|zsh|fish|powershell|pwsh]
|
|
Install completion for the specified shell.
|
|
--show-completion [bash|zsh|fish|powershell|pwsh]
|
|
Show completion for the specified shell, to
|
|
copy it or customize the installation.
|
|
--help Show this message and exit.
|
|
|
|
Commands:
|
|
get-state Get the state of ID
|
|
set-brightness Set brigthness of ID to BRIGHTNESS
|
|
set-color Set the color of ID to COLOR where COLOR is either a...
|
|
set-state Set the state of ID to STATE
|
|
version Print huecli version
|
|
```
|