mirror of https://github.com/databricks/cli.git
lint
This commit is contained in:
parent
a4879c0d91
commit
2706bebb38
|
@ -7,9 +7,9 @@ import (
|
|||
|
||||
// fsCmd represents the fs command
|
||||
var fsCmd = &cobra.Command{
|
||||
Use: "fs",
|
||||
Short: "Filesystem related commands",
|
||||
Long: `Commands to do DBFS operations.`,
|
||||
Use: "fs",
|
||||
Short: "Filesystem related commands",
|
||||
Long: `Commands to do DBFS operations.`,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue