Add Volume

This commit is contained in:
mr
2026-01-15 15:48:10 +01:00
parent 8098a86dae
commit 1b77b8b6cf
55 changed files with 246 additions and 72 deletions

View File

@@ -38,7 +38,7 @@ func action() error {
if len(os.Args) > 2 {
args = os.Args[2:]
}
internal.Start(args...)
internal.Stop(args...)
case "extract":
what := os.Args[2]
switch what {