-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider renaming pull to upgrade #36
Comments
Did you figure out what |
I think so, yes. It upgrades a dependency's version in your pubspec.yaml |
So, when the constraint of a dependency in |
Here's the help text:
Here's what e.g.
Probably don't want that much detail in the help output, but should probably be more explicit about what "outdated" and "update" mean. Some of the info is in the README, but it probably needs to be fleshed out in both places. I also have considered adding a Naming
Would be happy to get any suggestions for improvements! |
Great! Now I can start using it :) I would prefer I would like |
It took me a while to understand that pull means upgrade. Also, the --help text of
Update any outdated dependencies
is misleading... it made me think that it tries to update any out of date dependency across my project.I wanted to find out which command will upgrade a single dependency.
maybe add an example to the --help text, like you have in the README?
The text was updated successfully, but these errors were encountered: