jawher / mow.cli

A versatile library for building CLI applications in Go
MIT License
872 stars 55 forks source link

fix: init command once #129

Open cruffinoni opened 1 year ago

cruffinoni commented 1 year ago

The init function is called every time the arguments are parsed which is bad when run is called multiple times.