Skip to content

Commit

Permalink
Run make v3approve
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Dec 4, 2023
1 parent c9c03d9 commit e1c363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/godoc-v3.x.txt
Expand Up @@ -456,7 +456,7 @@ func (cmd *Command) StringSlice(name string) []string
StringSlice looks up the value of a local StringSliceFlag, returns nil if
not found

func (cmd *Command) Timestamp(name string) *time.Time
func (cmd *Command) Timestamp(name string) time.Time
Timestamp gets the timestamp from a flag name

func (cmd *Command) ToFishCompletion() (string, error)
Expand Down

0 comments on commit e1c363f

Please sign in to comment.