From b0a524d125dafae68495470c89ef9704402b7a78 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 2 Mar 2026 21:18:05 +0000 Subject: [PATCH] add Strip Comp Command to README --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ce3264..1bcc96a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ vban-cli strip 2 gain -18.7 see `vban-cli strip --help` for more info. -#### Strip EQ +##### Strip EQ Usage: vban-cli strip \ eq COMMAND [OPTIONS] @@ -77,7 +77,7 @@ vban-cli strip 0 eq on true see `vban-cli strip eq --help` for more info. -#### Strip EQ Cell Command +##### Strip EQ Cell Command Usage: vban-cli strip \ eq cell \ COMMAND [ARGS] @@ -93,7 +93,21 @@ vban-cli strip 4 eq cell 5 type 5 see `vban-cli strip eq cell --help` for more info. -#### Strip Gainlayer Command +##### Strip Comp Command + +Usage: vban-cli strip \ comp COMMAND + +examples: + +```console +vban-cli strip 0 comp attack 2.0 + +vban-cli strip 3 comp auto-makeup true +``` + +see `vban-cli strip comp --help` for more info. + +##### Strip Gainlayer Command Usage: vban-cli strip \ gainlayer \ COMMAND [OPTIONS] [ARGS]