aboutsummaryrefslogtreecommitdiff
path: root/time_test.go
AgeCommit message (Collapse)Author
2025-07-24Omit zero time.Time default from usage lineOliver Kuckertz
This was missed in #348, there previously was no way to omit the default value. Treating zero timestamp values as canary for absence of a default is in line with other flag types, e.g. zero ints.
2025-07-14Remove unnecessary time test stderr dev null redirectMaximilian Frank
2025-07-14Use time.Time for expectations in time flag testsMaximilian Frank
2025-07-14Add support for time.Time flagsMaximilian Frank