Skip to content

Commit

Permalink
docs: upd gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
horockey committed Aug 6, 2024
1 parent a636c34 commit 3dad54f
Show file tree
Hide file tree
Showing 3 changed files with 2,504 additions and 4 deletions.
4 changes: 2 additions & 2 deletions godoc-current.txt
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@ type SuggestFlagFunc func(flags []Flag, provided string, hideHelp bool) string
type TimestampArg = ArgumentBase[time.Time, TimestampConfig, timestampValue]

type TimestampConfig struct {
Timezone *time.Location
Layout string
Timezone *time.Location
AvailableLayouts []string
}
TimestampConfig defines the config for timestamp flags

Expand Down
Loading

0 comments on commit 3dad54f

Please sign in to comment.