filewatcher icon indicating copy to clipboard operation
filewatcher copied to clipboard

Handle regression in pflag/spf13

Open dnephin opened this issue 7 years ago • 0 comments

Installing with go get will use pflag/spf13 master which no longer prints errors when there is an unknown flag (https://github.com/spf13/pflag/issues/176).

Update flags.Parse to print the erorr

dnephin avatar Aug 04 '18 21:08 dnephin