avamsi / climate

"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.)
https://pkg.go.dev/github.com/avamsi/climate#section-documentation
The Unlicense
147 stars 3 forks source link

Track overhead at some point #18

Open avamsi opened 1 year ago

avamsi commented 1 year ago

Could just be for a hello world CLI to begin with, overhead could be in terms of startup time and binary size (among others).