Skip to content

Commit

Permalink
latest log
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Nov 22, 2023
1 parent 37d4d94 commit b56aa0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func Main() {
ExitFunction(0)
return // not typically reached, unless ExitFunction doesn't exit
case "envhelp":
fmt.Println("# Environment variables recognized and current values:")
for _, f := range EnvHelpFuncs {
f(os.Stdout)
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module fortio.org/cli
go 1.18

require (
fortio.org/log v1.11.1-0.20231122030540-3f5c8cea573c
fortio.org/log v1.11.1-0.20231122031455-08c39b67f0de
fortio.org/version v1.0.3
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fortio.org/log v1.11.1-0.20231122030540-3f5c8cea573c h1:wCwiVY2kVuaJjkwdkr1CJ/xmEsxTltax9D7oYCEWqKc=
fortio.org/log v1.11.1-0.20231122030540-3f5c8cea573c/go.mod h1:1tMBG/Elr6YqjmJCWiejJp2FPvXg7/9UAN0Rfpkyt1o=
fortio.org/log v1.11.1-0.20231122031455-08c39b67f0de h1:SXOc8efqcIIYZgTe6M6zgigRtV9eKWT78mlzcyYu7hA=
fortio.org/log v1.11.1-0.20231122031455-08c39b67f0de/go.mod h1:1tMBG/Elr6YqjmJCWiejJp2FPvXg7/9UAN0Rfpkyt1o=
fortio.org/struct2env v0.4.0 h1:k5alSOTf3YHiB3MuacjDHQ3YhVWvNZ95ZP/a6MqvyLo=
fortio.org/struct2env v0.4.0/go.mod h1:lENUe70UwA1zDUCX+8AsO663QCFqYaprk5lnPhjD410=
fortio.org/version v1.0.3 h1:5gJ3plj6isAOMq52cI5ifo4cC+QHmJF76Wevc5Cp4x0=
Expand Down

0 comments on commit b56aa0e

Please sign in to comment.