func()

in main.go [85:88]


func (f *sliceFlag) Set(value string) error {
	*f = append(*f, value)
	return nil
}