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

feat: adds cli argument module #155

Merged
merged 3 commits into from
Oct 16, 2024
Merged

feat: adds cli argument module #155

merged 3 commits into from
Oct 16, 2024

Conversation

beauraines
Copy link
Owner

  • ci(linter): adds Node globals to linters
  • feat: new module for reading cli arguments

Prevents things like `process` from being flagged as undeclared.
- reads arguments e.g. `command arg1 arg2`
- reads named arguments .e.g `command --foo=bar --baz flower'
These were due to adding the node globals to the linter configuration
@beauraines beauraines merged commit b7943b6 into main Oct 16, 2024
2 checks passed
@beauraines beauraines deleted the cli-arguments branch October 16, 2024 13:56
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

Successfully merging this pull request may close these issues.

1 participant