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

Implement custom argv handling until we update to the new yargs versoin #95

Closed
BioPhoton opened this issue Nov 9, 2022 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@BioPhoton
Copy link
Contributor

We have a couple of functions handling the passed CLI parameters.
This is normally handled by yargs's option normalization features , but as as we have to derive a couple of options before yargs starts we have to rely on a custom implementation.

As a side note I want to mention that yargs's new version will ship a couple of features making this possible more easily. After the upgrade we most probably can delete this code.

@BioPhoton BioPhoton added the bug Something isn't working label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant