func (f *NBoolFlag) AddTo(flagSet *pflag.FlagSet) {

    if f.Value == nil {
        f.Value = make([]bool, *f.Total, *f.Total)
    }