multiconfig icon indicating copy to clipboard operation
multiconfig copied to clipboard

bug : flag: help requested

Open big-doudou opened this issue 6 years ago • 0 comments

code: m := multiconfig.NewWithPath(configPath) config := new(common.Configs) m.MustLoad(config)

app -help Usage of app: ... ... flag: help requested

This panic arises func (d *DefaultLoader) MustLoad(conf interface{})

Want to know why

big-doudou avatar Aug 15 '18 12:08 big-doudou