It's currently possible to run:
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 ...).