Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
braingram opened this issue Jan 8, 2025 · 0 comments
Open

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

braingram opened this issue Jan 8, 2025 · 0 comments

Comments

@braingram
Copy link
Collaborator

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 ...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant