Timestamp flags don't work with environment variables #1755
Labels
area/v2
relates to / is being considered for v2
kind/bug
describes or fixes a bug
status/triage
maintainers still need to look into this
My urfave/cli version is
v2.25.6
Checklist
Dependency Management
Describe the bug
Timestamp flags don't seem to work with environment variables. When passing the value as an env var, the value is unchanged. This doesn't happen when passing values as arguments.
To reproduce
I've tested it with the following code:
Observed behavior
Expected behavior
I'd expect the flag contained the provided date in both runs.
Run
go version
and paste its output hereThe text was updated successfully, but these errors were encountered: