Export command-line related helpers from bin
#16
Labels
enhancement
New feature or request
Milestone
bin
#16
Currently the
bin
package doesn't export anything and publishes only the executable binaries.The package however contains some interesting code related to parsing and handling command line arguments.
We should export these and make them usable for building custom commands with easy and full TS support.
Namely I'm suggesting to export a helper that would create a command from given definitions, make it validate the arguments and automatically generate usage guide (
--help
).The text was updated successfully, but these errors were encountered: