Skip to content

Commit

Permalink
Run v3approve
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Oct 20, 2024
1 parent 5ad3c61 commit 9233b9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testdata/godoc-v3.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,6 @@ type FlagBase[T any, C any, VC ValueCreator[T, C]] struct {
func (f *FlagBase[T, C, V]) Apply(set *flag.FlagSet) error
Apply populates the flag given the flag set and environment

func (f *FlagBase[T, C, V]) Get(cmd *Command) T
Get returns the flag’s value in the given Command.

func (f *FlagBase[T, C, V]) GetCategory() string
GetCategory returns the category of the flag

Expand Down

0 comments on commit 9233b9c

Please sign in to comment.