Building a CLI with go-tool-base, part 2: configuration your tool can trust
In part 1 you scaffolded a tool and gave it a hello command. It says the same thing every time, which is fine for a first command and useless for a real one. The moment a tool does anything worth doing it needs settings: …


