Skip to content
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

There are identical sub-expressions #76

Closed
thehlopster opened this issue Feb 13, 2021 · 2 comments
Closed

There are identical sub-expressions #76

thehlopster opened this issue Feb 13, 2021 · 2 comments
Labels
Bug issues that suggest a flaw with existing code

Comments

@thehlopster
Copy link
Contributor

if (arg.Length < 3 || arg[0] != '-' || arg[0] != '-')

it looks like copy paste error.

@thehlopster thehlopster added the Bug issues that suggest a flaw with existing code label Feb 13, 2021
@ZacharyPatten
Copy link
Owner

ZacharyPatten commented Feb 13, 2021

agreed. I probably copy-pasted. thanks. feel free to open a PR and ill merge it. otherwise I'll remove it later today

@ZacharyPatten
Copy link
Owner

fixed in #77 will be included in next nuget release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug issues that suggest a flaw with existing code
Projects
None yet
Development

No branches or pull requests

2 participants