-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update README with the help command #339
Conversation
While I agree with the notion of having the In contrast to your statement, I'll enhance the readme to showcase the help output but I'm afraid your simple line doesn't cut it. I'll thus not merge this. |
Thanks for updating the readme. It's far better than what I proposed.
If you're interested I can give you more context. The build of another project failed because Phive couldn't find the requested version of a tool (same issue than #274).
(perhaps it would be better to make the help option available for every command, WDYT?) After that I tried I won't bother you with the details but I also tried to uninstall the tools in order to run the installation again but I couldn't find the right way to do it. |
Thanks for pointing it out to begin with.
Sure, otherwise I wouldn't have asked ;-)
Sorry about that. It's a really stupid issue that shouldn't have been there to begin with as we should have kept the resolved result within the
Certainly true. We're notoriously bad with documentation I guess...
Yes, see #253
I really wonder what the expected behavior would be here actually. Right now we deliberately choose to ignore any given constraints from the
|
|
You lost me ;) Why would the fact it is removed from the Are you telling me, we need to add a |
When the installation of the tools required by Phive failed, I wasn't sure why it happened so I wanted to run the installation again to debug it. |
Ah! Maybe we indeed should add a "clean" command... 🤔 |
I think it's a good addition to mention the help command.
In my case I would have saved me some time.
I couldn't find the list of the commands in the documentation.
Since I'm used of the Symfony commands I tried
phive list
(the command exists but doesn't return the list of the command) andphive --help
without success.Thanks