eq commands should target the right kind of eq

cell command group has now been attached to eq. this modifies the structure of CLI slightly.
This commit is contained in:
2026-02-27 22:50:00 +00:00
parent 9938eaa49f
commit 1dd518095a
5 changed files with 97 additions and 19 deletions

View File

@@ -22,6 +22,8 @@ def launcher(
"""Control the strip parameters."""
additional_kwargs = {}
command, bound, _ = app.parse_args(tokens)
if tokens[0] == 'eq':
additional_kwargs['eq_kind'] = app.name[0]
if index is not None:
additional_kwargs['index'] = index
if ctx is not None: