You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Thanks for the compact library. It's super useful. I've encountered a bug that I hope you can fix.
When printing default values (or running --help), the program panics. I've isolated it down to the use of Db []string. Removing this field will make the program run fine. This is tested on Mac 10.12.4 with go1.8.1.
Hey there,
Thanks for the compact library. It's super useful. I've encountered a bug that I hope you can fix.
When printing default values (or running
--help
), the program panics. I've isolated it down to the use ofDb []string
. Removing this field will make the program run fine. This is tested on Mac 10.12.4 with go1.8.1.Config file looks like this:
Thanks.
The text was updated successfully, but these errors were encountered: