We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee8607 commit ca1d55dCopy full SHA for ca1d55d
main.go
@@ -51,7 +51,7 @@ var (
51
timeOffset = kingpin.Flag(
52
"sendgrid.time-offset",
53
"[Optional] Specify the offset in second from UTC as an integer.(e.g. '32400') This needs to be set along with location.",
54
- ).Default("0").Int()
+ ).Default("0").Envar("SENDGRID_TIME_OFFSET").Int()
55
)
56
57
func main() {
0 commit comments