-
Notifications
You must be signed in to change notification settings - Fork 519
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
Make option names for paket find-package-versions consistent with the other packages #890
Comments
|
👍 |
|
If we want to do this, then we need to patch dependent tools (I assume only atom). |
|
And powershell arg completion. |
|
I assume that changing the argument name is a breaking change, which would require a new major version number; especially given that What about adding the |
|
It's one line of code change in Atom plugin. Don't see any problem from this point of view. |
|
@Krzysztof-Cieslak done in 1.27.2. please let me know when you updated atom. we will then remove the name completely. |
|
@forki, Atom plugin updated. |
Currently, the names of the options for
paket find-package-versionsare inconsistent with the other commands:Compare with:
The proposal would be to rename the
name <string>argument tonuget <string>.The text was updated successfully, but these errors were encountered: