Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgsParser ¶
type ArgsParser interface {
DefineBool(value *bool, name string, defaultValue ...bool)
DefineInt(value *int, name string, defaultValue ...int)
DefineInt64(value *int64, name string, defaultValue ...int64)
DefineString(value *string, name string, defaultValue ...string)
Parse()
}
func InitArgs ¶ added in v0.4.31
func InitArgs(prefix string) ArgsParser
Click to show internal directories.
Click to hide internal directories.