func (f *NStringFlag) AddTo(flagSet *pflag.FlagSet) {
    if f.Value == nil {
        f.Value = make([]string, *f.Total, *f.Total)
    }