package
0.0.0-20220822083226-7f81a180ff49
Repository: https://github.com/hoveychen/go-utils.git
Documentation: pkg.go.dev
# Functions
Bool binds flag with bool type.
Duration binds flag with time.Duration type.
Float64 binds flag with float64 type.
Int binds flag with int type.
ReadFile binds flag with *os.File type.
Slice binds flag with slice type.
String binds flag with string type.
ValidateNonZero checks the flags non-zero after parsing.
Var binds flag with custom value.