-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: inconsistency and grammar in help messages #22
Conversation
morinokami
commented
Feb 28, 2024
•
edited
Loading
edited
- Add periods for consistency where missing.
- Fix grammer.
- Update jsr to JSR.
src/bin.ts
Outdated
["i, install, add", "Install one or more jsr packages."], | ||
["r, uninstall, remove", "Remove one or more jsr packages."], |
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.
We also need to figure out if the official casing is jsr or JSR.
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.
src/bin.ts
Outdated
["jsr add @std/log", 'Install the "@std/log" package from jsr.io.'], | ||
["jsr remove @std/log", 'Remove the "@std/log" package from the project.'], |
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.
Personal suggestion, feel free to ignore.
["jsr add @std/log", 'Install the "@std/log" package from jsr.io.'], | |
["jsr remove @std/log", 'Remove the "@std/log" package from the project.'], | |
["jsr add @std/log", "Install the package @std/log."], | |
["jsr remove @std/log", "Remove the package @std/log from the project."], |
@roj1512 Thanks for your suggestions! But I am not sure if these changes are appropriate, and I feel they are outside the scope of this PR, so I will leave it to the maintainers to decide if they should be merged. |
Thanks for the PR, please sign the CLA so we can merge it :) |
@bartlomieju Signed it! 😁 |
Co-authored-by: Roj [roːʒ] <[email protected]>
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.
Sweet, thanks for ensuring consistent grammar 👍