-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[feature request]: automatic markdown documentation generation #180
Comments
I think we can do that! I think a limitation is that the output docs format will have to be the same format as |
@BrianPugh This feature would be very useful to us as we're building out a new CLI app. Were you able to chip away at this? |
I haven't started this effort yet; I'll begin it after I finish up my dictionary-support efforts. |
Hey @BrianPugh, do you need help with this? |
Thanks for offering! I'm in the middle of a big refactor that should make this feature pretty easy for a v3.0.0 cyclopts. Still targeting about a month away. |
A pretty useful feature Typer has is automatic documentation generation. It's really helpful to have this as part of
pre-commit
hooks and in the CI pipeline.I wonder if
cyclopts
could also have this?The text was updated successfully, but these errors were encountered: