remove meta launchers for comp, gate, denoiser.

This commit is contained in:
2026-03-03 15:13:29 +00:00
parent a2ae240605
commit 6e6a60e9bd
4 changed files with 3 additions and 48 deletions

View File

@@ -8,9 +8,9 @@ from .help import StripHelpFormatter
app = App(name='strip', help_formatter=StripHelpFormatter())
app.command(eq.app.meta, name='eq')
app.command(comp.app.meta, name='comp')
app.command(gate.app.meta, name='gate')
app.command(denoiser.app.meta, name='denoiser')
app.command(comp.app, name='comp')
app.command(gate.app, name='gate')
app.command(denoiser.app, name='denoiser')
app.command(gainlayer.app.meta, name='gainlayer')