-
Notifications
You must be signed in to change notification settings - Fork 621
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
refactor(cli): cleanup parse_args.ts
#4189
Conversation
Co-authored-by: Asher Gomez <[email protected]>
Co-authored-by: Asher Gomez <[email protected]>
A bit is going on here. Can you add your own comments (in GitHub, not in the code), where appropriate, to ease our understanding and reviews? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delayed review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you, Tim.
This reverts commit 8c022c4.
This PR removes redundant code in
parse_args.ts
and makes code more readable and possibly improves performance byMap
Set
The code can still be made more readable. There probably will be more PRs in the future to do so.