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
This implements the go-cmdline library for commmandline parsing. With
using the go-cmdline library we gain support for short options as well
as long options (e.g. -H fritz.box / --hostname fritz.box).
refs #1
Evaluate to use the following library to parse command line options.
https://github.com/galdor/go-cmdline
The text was updated successfully, but these errors were encountered: