MCPcopy
hub / github.com/urfave/cli / IsDefaultVisible

Method IsDefaultVisible

flag.go:141–141  ·  view source on GitHub ↗

IsDefaultVisible returns whether the default value should be shown in help text

()

Source from the content-addressed store, hash-verified

139 // IsDefaultVisible returns whether the default value should be shown in
140 // help text
141 IsDefaultVisible() bool
142 // TypeName to detect if a flag is a string, bool, etc.
143 TypeName() string
144}

Callers 1

stringifyFlagFunction · 0.65

Implementers 1

BoolWithInverseFlagflag_bool_with_inverse.go

Calls

no outgoing calls

Tested by

no test coverage detected