Allow the remove sub command to remove by process class #1935
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This addresses #1702
Type of change
Discussion
Let me know if the error raising is undesirable, also if a struct of common options for these commands might be helpful instead of the long list of parameters/options that includes many naked bools.
Testing
*Please describe the tests that you ran to verify your changes. Unit tests?
Unit tests are in the PR and I tested it on some actual pods
Do we need to perform additional testing once this is merged, or perform in a larger testing environment?
I do not believe so, no.
Documentation
Did you update relevant documentation within this repository?
I don't think this is needed beyond the docstrings
If this change is adding new functionality, do we need to describe it in our user manual?
I do not think so, no
If this change is adding new safety checks or new potential failure modes, have we documented and how to debug potential issues?
N/A
Follow-up
Are there any follow-up issues that we should pursue in the future?
No
Does this introduce new defaults that we should re-evaluate in the future?
No