argh
argh copied to clipboard
Help trait for exposing help information as JSON
This is a refactor that requires all structs that implement FromArgs to also derive the argh::Help trait if JSON encoded help is needed.
Added tests, still working on testing in an application.
@erickt - Here is my impl of argh::Help
Abandoning this PR, in favor of another approach.