multiconfig icon indicating copy to clipboard operation
multiconfig copied to clipboard

Not able to specify configuration file on command line

Open sivann opened this issue 7 years ago • 1 comments

Unless I'm missing something obvious, I can't find a way to specify configuration file on command line like app -conf config.toml

Using the flags package on top of multiconfig breaks the helpfile and produces a "flag provided but not defined".

sivann avatar Jun 08 '18 08:06 sivann

This library creates flags according to your config struct. It seems that your config struct doesn't have a conf field, hence the error "flag provided but not defined".

markx avatar Jan 29 '19 02:01 markx