Schniz / cmd-ts

💻 A type-driven command line argument parser
https://cmd-ts.now.sh
MIT License
232 stars 24 forks source link

Customizable output #205

Open dustinlacewell opened 1 year ago

dustinlacewell commented 1 year ago

It'd be pretty neat if there were some way I could customize the various bits of output. Like one thing, padding all the subcommand names so they align properly. Introducing chalk colorization here and there. I would just like to be able to pass in things into run to allow customizing the "rendering" of various bits.