From 5552874cd9b88688ea36ceb1067a4a838e536d5d Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 09:26:02 +0100 Subject: [PATCH] update README with all command-line options --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 50eaf99..9fa82d1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ variable (preferred over the `-password` flag, which is visible in process listings). Use `-password-prompt` to read the password interactively from stdin. +## Options + +- `-server host[:port]` — server to connect to (default: `localhost:64738`) +- `-username name` — client username +- `-password pass` — server password (prefer `MUMBLE_PASSWORD` env var) +- `-password-prompt` — prompt for password on stdin +- `-certificate path` — PEM encoded certificate and private key +- `-insecure` — skip server certificate verification +- `-tree-width n` — width of the channel tree pane (default: `20`) +- `-log path` — append chat messages to file +- `-debug` — enable debug logging to stderr + ## Manual ### Key bindings