From 0c67887ad7469384f7f5b5d97d80aea56af45204 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 6 Feb 2026 17:31:50 +0000 Subject: [PATCH] upd README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 483d865..1bfafb9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Flags: -P, --port=10024 The port of the X-Air device ($XAIR_CLI_PORT). -K, --kind="xair" The kind of the X-Air device ($XAIR_CLI_KIND). -T, --timeout=100ms Timeout for OSC operations ($XAIR_CLI_TIMEOUT). + -L, --loglevel="warn" Log level for the CLI ($XAIR_CLI_LOGLEVEL). -v, --version Print xair-cli version information and quit Commands: @@ -110,6 +111,13 @@ Headamp headamp gain Get or set the gain of the headamp. headamp phantom Get or set the phantom power state of the headamp. +Snapshot + snapshot list List all snapshots. + snapshot name Get or set the name of a snapshot. + snapshot save Save the current mixer state. + snapshot load Load a mixer state. + snapshot delete Delete a snapshot. + Run "xair-cli --help" for more information on a command. ```