-
Notifications
You must be signed in to change notification settings - Fork 525
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
Per command help #433
Comments
? |
Re-read |
+1 I see your point, @haf. I find the current mixture of commands-on-top and parameters-below especially confusing. How should I know which parameters apply to which command?
|
@forki We had the |
Yes, that layout is really confusing. For example, I haven't yet found how I selectively add a nuget dependency to a specific project, or if I added it to |
please open separte issue for install vs. update regarding "help" would be ok to open the html docs? |
@forki I'd like to see the help output on the command line. |
@forki I'm not going to argue hard about that issue as I probably would be arguing in error. I don't understand your model fully, so I'm not going to say it's worse. I am saying that I'm having trouble learning it though. |
I think I should be able to do |
no I'm actually very open to change the I definetly agree with the help issue. I see the following:
|
@forki I consider
|
+1 for agross' suggestion |
ok Would you agree that we want to show the same text as in the docs? I mean we could reuse/share that text somehow. |
Sounds like a good idea. I'd also omit all the switches in the generic help output. Or group them at least. |
Yeah |
(I will create that install issue) |
Show command help on --help - relates to #433
I'd like to see per-command help.
I keep getting stuck and having to refer to both the issue list and filing issues and the online documentation. Especially when I can't assume that Paket follows the bundler sane defaults.
Furthermore, I keep getting trapped in intermediate states. Should I use
paket add nuget <nuget>
or should I usepaket install
orpaket update
when I have made a change topaket.references
in a project? And no matter which one I use, I get errors like "... ientAPI.FSharp.Tests/paket.references references package protobuf-net, but it was not found in the paket.lock file."Perhaps reconsider moving towards a more bundler-compatible world-view, so I can re-use existing knowledge? If I type the wrong parameters, I'd like some help to be displayed at the very least. =)
The text was updated successfully, but these errors were encountered: