-
Notifications
You must be signed in to change notification settings - Fork 554
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
Subcommand help is inconsistent #375
Comments
I think my pull request #387 solves this. If it needs rebased again or anything to get included, let me know. |
I'm adding this here instead of a new issue as it's somewhat related. developingchris's fix, improves my output as you'll see below, however I still get unexpected results. I also still have to use hack #261 but still my output isn't correct. showterm vids to display behaviour I'm seeing: using developingchris PR #387 using developingchris PR #387, with hack #261 What I see with both the PR #387 and hack on the post #261 What I should see:
I'm new to Ruby and therefore Thor. My source is here: https://github.com/brettswift/bird . Criticism welcome - or maybe I've structure my files in a way that is causing this issue? I see a few more issues like this on this project, so I'm thinking it's not just me.. (oh, and I know my code isn't tested right now.. so don't slap me for that.. it will be! ) [edit]
|
I'll try and review this and get some more tests around it in the next day. I'm not sure watching the video what is causing it. |
Thanks. I can't seem to get any of the subcommand options to display no matter what I do. Hopefully this isn't just my implementation. |
I am experiencing the same behavior as brettswift, with the latest thor release :/ |
produces different output than
The output of these two help commands should be unified and merged.
The text was updated successfully, but these errors were encountered: