cobra-cli
cobra-cli copied to clipboard
feat: Allow locally-scoped projects
Adds a -L flag that tells init and add to generate based on a different template, that works without globally-scoped commands. Would be interested to hear what you think about the general approach. :)
It also puts the templates into separate files and go:embeds them.