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

cli: -c --counter #18

Closed
evandrix opened this issue Jan 5, 2020 · 2 comments
Closed

cli: -c --counter #18

evandrix opened this issue Jan 5, 2020 · 2 comments

Comments

@evandrix
Copy link

evandrix commented Jan 5, 2020

https://github.com/Cretezy/MasterPassX/blob/master/cli/src/index.js#L22

suffers from issue

tj/commander.js#523

@Cretezy
Copy link
Owner

Cretezy commented Jan 6, 2020

Can confirm bug is there. I'm working on a newer version (see rewrite) branch, will try to fix there. Thanks for the report!

@evandrix
Copy link
Author

evandrix commented Jan 6, 2020

np, the fix is just to simply replace parseInt with something like x=>parseInt(x)

i'll close the issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants