From e556d8ecf1a4047f8af2399bae47f2196ef7e7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 3 Oct 2024 23:09:50 +0200 Subject: [PATCH] Update readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 1f71b0c..32f475d 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ # huecli + +```console +Usage: python -m huecli [OPTIONS] COMMAND [ARGS]... + +╭─ Options ──────────────────────────────────────────╮ +│ --install-completion Install completion │ +│ for the current │ +│ shell. │ +│ --show-completion Show completion for │ +│ the current 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 known │ +│ color value, or a comma separated │ +│ RGB value, like "0.1,0.2,0.3". │ +│ set-state Set the state of ID to STATE │ +│ version Print huecli version │ +╰────────────────────────────────────────────────────╯ +``` +