Update deps

This commit is contained in:
Andrey Nering
2018-06-24 10:40:44 -03:00
parent 09eab770a7
commit f4d3855528
131 changed files with 15927 additions and 5676 deletions

View File

@@ -990,11 +990,12 @@ func (f *FlagSet) parseLongArg(s string, args []string, fn parseFunc) (a []strin
}
func (f *FlagSet) parseSingleShortArg(shorthands string, args []string, fn parseFunc) (outShorts string, outArgs []string, err error) {
outArgs = args
if strings.HasPrefix(shorthands, "test.") {
return
}
outArgs = args
outShorts = shorthands[1:]
c := shorthands[0]