//
pkg.gl
Category
github.com/src-d/go-vitess
flagutil
package
1.8.0
Repository:
https://github.com/src-d/go-vitess.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
74 SLOC
#
Functions
StringListVar
StringListVar defines a []string flag with the specified name, value and usage string.
#
Type aliases
StringListValue
StringListValue is a []string flag that accepts a comma separated list of elements.
StringMapValue
StringMapValue is a map[string]string flag.