oapi-codegen
oapi-codegen copied to clipboard
[Question] CLI documentation
All:
Is there a full set of enumerated documentation for the CLI options? Likewise, "help" or "-?" should be implemented to provide a robust CLI option output. Has this been considered? if not I can code that up and issue a PR
Edit: I just found that when passing options that do not exist it will invoke CLI option enumeration. I contend this needs to also take place with either "help", "-?" or "blank"
Thanks