fixup panic

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-03-21 20:00:02 +03:00
parent df0ee2daff
commit 3064141583
3 changed files with 27 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ func (c *flagConfig) Init(opts ...config.Option) error {
if !ok {
continue
}
fn, fv, fd := getFlagOpts(tf)
fn, fd, fv := getFlagOpts(tf)
rcheck := true