Open
Description
Some people (like me) love publishing some command line apps on pub. Happens that often, such packages do not include a public API as code. Rather, the API is through commands and options to be executed in the terminal. Almost always using package:args
.
To document such CLIs, maintainers must resource to the old ways and keep files such as the README up to date (manual work 😱).
It would be awesome if https://pub.dev/documentation/<package_name>/latest/
would also present pages with the commands available and their respective help message (often obtained via --help
).