la5nta / wl2k-go

A Winlink framework for Go.
https://getpat.io
MIT License
50 stars 20 forks source link

wl2k: Support space as the delimiter for long arguments #30

Closed martinhpedersen closed 8 years ago

martinhpedersen commented 8 years ago

Space as delimiter for long arguments are not supported by the current command line argument parser.

(See https://github.com/ogier/pflag/issues/17).

The syntax is common and should be supported IMO. Maybe we should switch to the fork mentioned in the discussion of pflag issue 17?