update README with all command-line options

This commit is contained in:
Username
2026-02-24 09:26:02 +01:00
parent 6d3146270d
commit 5552874cd9

View File

@@ -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 listings). Use `-password-prompt` to read the password interactively from
stdin. 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 ## Manual
### Key bindings ### Key bindings