desertbit/grumble

possible to register multiple flags under one shortcut

skaldesh opened this issue · 1 comments

f.Int("w", fStreamWidth, 1024, "the width of camera stream")
f.Int("w", "blabla", 1024, "the width of camera stream")

This does not fail, but probably it should?

also possible to register multiple flags uner the same long name