-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
--remove-container
has no effect
#1917
Labels
bug
Something isn't working
Comments
@Kurt-von-Laven , any idea ? ( you're the local runner expert :p ) |
Kurt-von-Laven
added a commit
that referenced
this issue
Oct 4, 2022
optionator has the undocumented behavior of converting the casing of command line arguments (e.g., it converts --remove-container to removeContainer).
4 tasks
As it turns out our community solved this issue only last week, so I opened a pull request with the suggested fix and filed gkz/optionator#42 to spare others similar embarrassment in the future. |
Thank you so much for fixing this!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--remove-container
has no effectTo Reproduce:
docker system prune
.docker container list --all
, verifying that there are no containers present.npx -- mega-linter-runner@v6.10.0 --remove-container --flavor documentation --release v6.10.0
.docker container list --all
.Expected Behavior:
Expected the final output to be empty.
Actual Behavior:
Output of step 4. is:
Thank you for taking a look at this!!
The text was updated successfully, but these errors were encountered: