urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.9k stars 1.69k forks source link

Generate markdown from help #1852

Closed bricekams closed 6 months ago

bricekams commented 6 months ago

Checklist

What problem does this solve?

Easy generate documentation for command line app

dearchap commented 6 months ago

@bricekams This has been removed in v3 to decrease the size of cli executable. We are still exploring options as to how to do this.

bricekams commented 6 months ago

It has been removed in v3, meaning that it's available in v2? can I have a link?

dearchap commented 6 months ago

Look at docs.go App.ToMarkdown