From 230e5374144ce29c35445377188800cc28fa35a1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 2 Mar 2026 01:25:54 +0000 Subject: [PATCH] add gainlayer examples --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 304ad8e..7dd35d0 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,20 @@ vban-cli strip 4 eq cell 5 type 5 see `vban-cli strip eq cell --help` for more info. +#### Strip Gainlayer Command + +Usage: vban-cli strip gainlayer COMMAND [OPTIONS] [ARGS] + +examples: + +```console +vban-cli strip 0 gainlayer 0 level + +vban-cli strip 3 gainlayer 2 level -13.5 +``` + +see `vban-cli strip gainlayer --help` for more info. + ### Bus Command Usage: vban-cli bus \ COMMAND [ARGS]