Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func Capitalized ¶
func Capitalized() Option
func VarNameReplace ¶ added in v0.1.0
type VarNameConstructor ¶
type VarNameConstructor struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor(opts ...Option) *VarNameConstructor
func (*VarNameConstructor) VarFromFlagName ¶
func (c *VarNameConstructor) VarFromFlagName(name string) string
Click to show internal directories.
Click to hide internal directories.