-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requesttype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
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
).
srawlins
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requesttype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug