Skip to content

Make Keywords Arguments Optional #22

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

Merged
merged 6 commits into from
Jul 25, 2023
Merged

Make Keywords Arguments Optional #22

merged 6 commits into from
Jul 25, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 24, 2023

This pull request introduces the ArgumentParser class to handle arguments and options parsing of the program. It makes the keywords argument optional, and if no keywords are provided, the website name will be used as the keyword instead. The changes include expanding the tests in the utils/arguments.test.ts file to cover the new behavior. This addresses and closes #21.

@threeal threeal added the feat label Jul 24, 2023
@threeal threeal added this to the Google Rank v0.2.0 milestone Jul 24, 2023
@threeal threeal self-assigned this Jul 24, 2023
@threeal threeal changed the title Make Keywords Arguments Optional. Make Keywords Arguments Optional Jul 24, 2023
@threeal threeal marked this pull request as ready for review July 25, 2023 04:50
@threeal threeal merged commit fcdd6f2 into main Jul 25, 2023
@threeal threeal deleted the optional-keywords-arg branch July 25, 2023 04:51
@threeal threeal mentioned this pull request Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Make Keywords Arguments Optional
1 participant