mirror of https://github.com/databricks/cli.git
address comments
This commit is contained in:
parent
f3e7594f39
commit
403f61228d
|
@ -24,9 +24,11 @@ type ExecutionContext struct {
|
|||
FromWebTerminal bool `json:"from_web_terminal,omitempty"`
|
||||
|
||||
// Time taken for the CLI command to execute.
|
||||
// We want to serialize the zero value as well so the omitempty tag is not set.
|
||||
ExecutionTimeMs int64 `json:"execution_time_ms"`
|
||||
|
||||
// Exit code of the CLI command.
|
||||
// We want to serialize the zero value as well so the omitempty tag is not set.
|
||||
ExitCode int64 `json:"exit_code"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue