-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unknown Arguments trigger displays garbled user input #78
Comments
@d1str0 Thanks for reporting, the flags have previously been stored in an unordered way so that upon printing a flag set "u", "s", "e", "r" can be in unpredicatable order. I've altered the implementation so that flag sets are stored in ordered way fixing this bug. |
Thanks for such a quick turnaround! |
@kylef will you be releasing a new version or should I try and just pull this latest code? |
I've released this as 0.9.1 |
Thanks much. Consider adding a donation link to the project. I may be able to swing some cash your way from my employer. No guarantees but I could probably get them to contribute an amount. |
Sorry for a possibly confusing title...
If I set a group and subsequent command similar to,
But I call the program as so:
$ test get -user myuser
Notice how "-user" should have an extra "-", this causes the "Unknown Arguments" error to print out:
Notice "-usre" is garbled. Upon further runs, this word seems to rotate through it's order of letters. Very strange.
The text was updated successfully, but these errors were encountered: