-
Notifications
You must be signed in to change notification settings - Fork 13
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
Auto-generate command documentation #6
Comments
Have you thought about YARD? Or would that be a bit too heavy duty? I've got some experience with it if you want, but I'd probably need to get a much better understanding of what the code is doing. |
I think YARD is awesome... although we're specifically talking about the commands that it supports. for example, the commands defined here could produce their own documentation of course, we could use something like Thor to do that as well... all part of the evolution! |
ohh, you mean you'd like a more robust command-line help system? Thor is interesting, I've never had to use it though. I've dabbled a little bit in |
yeah OptionParser is another tool we could use |
I think either of those two gems would get the job done and in a pretty clean fashion. |
A few commands don't show up in the help output.
It would be cool to generate the help output from the command definitions.
Or maybe use something like Thor?
The text was updated successfully, but these errors were encountered: