You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by silverweed Saturday Jul 08, 2017 at 11:00 GMT Originally opened as empijei#4
This is likely a long-term goal, but I'm dropping it here.
It would be nice to have a wapty help command that mimics go help: without args, it should just display all the available modules and their purpose, whereas wapty help <module> should display the detailed usage of the single module.
AFAIK the go help command uses a combination of templates and per-package global structs holding the command information. We should probably copy that design for this task.
The text was updated successfully, but these errors were encountered:
Issue by silverweed
Saturday Jul 08, 2017 at 11:00 GMT
Originally opened as empijei#4
This is likely a long-term goal, but I'm dropping it here.
It would be nice to have a
wapty help
command that mimicsgo help
: without args, it should just display all the available modules and their purpose, whereaswapty help <module>
should display the detailed usage of the single module.AFAIK the
go help
command uses a combination of templates and per-package global structs holding the command information. We should probably copy that design for this task.The text was updated successfully, but these errors were encountered: