Switch to using commons-cli #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have decided that it makes little sense to try implementing cli argument passing with all it's quirks myself when there's well-made and widely-used opensource libraries like commons-cli from Apache that can handle that for me.
This should (hopefully) drastically cut down on much of the application code for the argument ceremony and thus decrease the surface for potential bugs.