|
|
|
|
|
by tynorf
3029 days ago
|
|
I'm fairly certain you can use `--flag` with the standard flag package from stdlib: https://godoc.org/flag (in the section on command line flag syntax). Though supporting `-flag` does remove the very nice combining of short flags. |
|