This commit is contained in:
Shreyas Goenka 2023-06-06 00:32:51 +02:00
parent 5fdd8a200c
commit 96290320b2
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ import (
"golang.org/x/sync/errgroup"
)
// TODO: add some comments here
// TODO: check whether we need mutex for any events been emitted since they are accessing
// state
var importDirCmd = &cobra.Command{
Use: "import-dir SOURCE_PATH TARGET_PATH",
Short: `Recursively imports a directory from local to the Databricks workspace.`,