This commit is contained in:
Shreyas Goenka 2025-03-03 20:08:33 +01:00
parent 769acf7fd3
commit 406103623d
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Example usage:
env := auth.ProcessEnv(root.ConfigUsed(cmd.Context()))
// If user has specified a target, pass it to the child command. DABs
// defines a "default" target which is a placeholder if no target is defined.
// defines a "default" target which is a placeholder for when no target is defined.
// If that's the case, i.e. no targets are defined, then do not pass the target.
//
// This is only useful for when the Databricks CLI is the child command.