• Eric Paris's avatar
    Update spf13/pflag to fix StringSlice bug · b3f0bc83
    Eric Paris authored
    pflag support for string slices were added recently and we converted to
    using them. However there is a bug in which the default values of a
    string slice do not get overwritten. It hasn't bitten us yet, but I
    wouldn't want a new user to get bitten.
    b3f0bc83
bool_test.go 4.37 KB