-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I don't want to specify multiple tasks on the CLI, just a single task at a time. For me, &&, is sufficient for running multiple tasks.
Instead, I want full ARG propagation. For example, I want to be be able to run:
runner lab notebooks/test.ipynb --debug
where the task_lab is defined as simply propagating the entire "$@" to jupyter lab with some default options already set.
Is this possible? I get an error saying the notebooks/test.ipynb task doesn't exist so its presumably thinking each positional argument is a task.
Metadata
Metadata
Assignees
Labels
No labels