-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: Doc, output and code improvements #74
Conversation
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.
looks good to me (i changed it to use the CommandService); i suggest you look over my last commits as well
Yeah I’m happy with that, I’m just in the process of fixing the tests and using the logging service instead of console.logs |
@crookse Just need you to review my recent changes then i think we should be good! |
Actually hold on Eric, i'm going to abstract the logic for the deno versions strings into the services repo, this will help immensely as i believe all repos have pretty much the same logic for handling it |
Warning: #77 will create merge conflicts with this PR (i believe the nest pr will be merged first), but in essence we just need to keep the documentation that Nest is now a supported registry - i think only the tests and readme will have conflicts, as in this PR the readme was super simplified |
# Conflicts: # README.md # tests/integration/check_test.ts # tests/integration/update_test.ts
Update dependencies
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.
Well i'm good with the changes you've made
Description
ERROR
from the services repohelp
andversion
commandsinfo
command so that you can pass in multiple modules (e.g.,dmm info fs drash http
).README.md
, remove unnecessary documentation