From 09a4e9fbfc73e1ebdb7c898f914cb10e18842ebc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 6 Feb 2026 17:45:12 +0000 Subject: [PATCH] upd Configuration in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2c347bf..6c52c7e 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,16 @@ go install github.com/onyx-and-iris/xair-cli@latest - Use this flag to connect to an x32 mixer. - --loglevel/-L: The application's logging verbosity. +Pass `--host` any other configuration as flags on the root commmand: + +```console +xair-cli --host mixer.local --kind xair --timeout 50ms --help +``` + #### Environment Variables +Or you may load them from your environment: + Example .envrc: ```bash