Skip to content

Only supported command is list (strun is not supported) #215

@braingram

Description

@braingram

It's currently possible to run:

python -m stpipe list

due to ListCommand being included in the _COMMAND_CLASSES:

_COMMAND_CLASSES = [
ListCommand,
]

However no "run" command is supported making

python -m stpipe strun ...

unsupported (which would be useful in situations where pdb is used via python -m pdb -m stpipe strun ...).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions