From 25f6c83c3e4862985ddb7f982e2af74ef90c4b2b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 19 Dec 2025 22:31:07 -0600 Subject: [PATCH] update CLI usage --- src/content/docs/run/cli.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/run/cli.mdx b/src/content/docs/run/cli.mdx index 105160e..62e209a 100644 --- a/src/content/docs/run/cli.mdx +++ b/src/content/docs/run/cli.mdx @@ -35,7 +35,10 @@ USAGE: showbridge [global options] GLOBAL OPTIONS: - --config string (default: "./config.yaml") + --config string path to config file (default: "./config.yaml") + --debug set log level to DEBUG + --json log using JSON --help, -h show help + --version, -v print the version ``` \ No newline at end of file