argh icon indicating copy to clipboard operation
argh copied to clipboard

Help trait for exposing help information as JSON

Open claywilkinson opened this issue 2 years ago • 1 comments

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.

claywilkinson avatar Jul 30 '22 01:07 claywilkinson

@erickt - Here is my impl of argh::Help

claywilkinson avatar Jul 30 '22 01:07 claywilkinson

Abandoning this PR, in favor of another approach.

claywilkinson avatar Aug 05 '23 22:08 claywilkinson