Skip to content

positional argument propagation? #37

@AlJohri

Description

@AlJohri

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions