From eac68000675b61b262dc643f4c1dbb4b95d0ebad Mon Sep 17 00:00:00 2001 From: Ryan McNally Date: Tue, 20 Aug 2024 11:26:11 +0100 Subject: [PATCH] docs --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4b2d6..cf0e7fe 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Bowlby is configured via environment variables with command-line argument overri ``` Usage: bowlby [-h] [-a=] [-d=] [-g=] - [-l=] [-p=] [-r=] - [-t=] + [-i=] [-l=] [-p=] + [-r=] [-t=] A browsable proxy for github action artifacts -a, --artifactValidity= An ISO-8601 duration string, controlling how long @@ -72,6 +72,12 @@ A browsable proxy for github action artifacts Defaults to 'https://api.github.com' Overrides environment variable 'BOWLBY_GH_HOST' -h, --help Prints help and exits + -i, --icon= + Controls the system tray icon. Choose from NONE, + STATIC or DYNAMIC. + The dynamic icon will give a visible indication of + request-handling activity + Overrides environment variable 'BOWLBY_ICON' -l, --latestValidity= An ISO-8601 duration string, controlling how long the latest artifact results are cached for. @@ -94,6 +100,7 @@ A browsable proxy for github action artifacts requests. Overrides environment variable 'BOWLBY_GH_AUTH_TOKEN' + ``` Note that: