package
0.0.0-20241127172300-ed4baf88fae5
Repository: https://github.com/coder/envbox.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
BoolVarP sets a bool flag on the given flag set.
DurationVarP sets a time.Duration flag on the given flag set.
IntVarP sets a uint8 flag on the given flag set.
IsSet returns the string value of the flag and whether it was set.
IsSetBool returns the value of the boolean flag if it is set.
String sets a string flag on the given flag set.
No description provided by the author
No description provided by the author
StringVarP sets a string flag on the given flag set.
Uint8VarP sets a uint8 flag on the given flag set.