We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6aec8e commit 2f662c8Copy full SHA for 2f662c8
1 file changed
testdata/godoc-v3.x.txt
@@ -414,6 +414,9 @@ func (bif *BoolWithInverseFlag) String() string
414
415
Example for BoolFlag{Name: "env"} --[no-]env (default: false)
416
417
+ Example for BoolFlag{Name: "env", Aliases: []string{"e"}} --[no-]env,
418
+ -e (default: false)
419
+
420
func (bif *BoolWithInverseFlag) TakesValue() bool
421
422
func (bif *BoolWithInverseFlag) TypeName() string
0 commit comments