We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ca48 commit 90f17efCopy full SHA for 90f17ef
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