We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95417fd commit 3d16117Copy full SHA for 3d16117
1 file changed
internal/temporalcli/commands.go
@@ -48,7 +48,9 @@ type CommandContext struct {
48
FlagsWithEnvVars []*pflag.Flag
49
50
// These values may not be available until after pre-run of main command
51
- Printer *printer.Printer
+ Printer *printer.Printer
52
+ // The logger is for the SDK and server. The CLI itself should print warnings or errors to
53
+ // stderr but should not use logging.
54
Logger *slog.Logger
55
JSONOutput bool
56
JSONShorthandPayloads bool
0 commit comments