We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cls
just_the_step_from_cmdline
just_the_step_from_cmdline is used in 2 places (outside of stpipe unit tests):
stpipe/src/stpipe/cmdline.py
Line 384 in fc937a2
step_from_cmdline
Line 159 in fc937a2
Removing step_script and step_from_cmdline likely makes sense as these could provide a cls (if they were used).
step_script
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just_the_step_from_cmdline
is used in 2 places (outside of stpipe unit tests):cls
is not provided)stpipe/src/stpipe/cmdline.py
Line 384 in fc937a2
cls
is passed in fromstep_from_cmdline
)stpipe/src/stpipe/cmdline.py
Line 159 in fc937a2
Removing
step_script
andstep_from_cmdline
likely makes sense as these could provide acls
(if they were used).The text was updated successfully, but these errors were encountered: