mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
549e49e2ae
commit
71643ab1df
2
main.go
2
main.go
|
@ -16,7 +16,7 @@ import (
|
|||
func main() {
|
||||
ctx := context.Background()
|
||||
|
||||
// Uploading telemetry data spawns a new process. We handle this separately
|
||||
// A new process is spawned for uploading telemetry data. We handle this separately
|
||||
// from the rest of the CLI commands.
|
||||
// This is done because [root.Execute] spawns a new process to run the
|
||||
// "telemetry upload" command if there are logs to be uploaded. Having this outside
|
||||
|
|
Loading…
Reference in New Issue