mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-16 02:23:30 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user