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
|
// fsCmd represents the fs command
|
||||||
var fsCmd = &cobra.Command{
|
var fsCmd = &cobra.Command{
|
||||||
Use: "fs",
|
Use: "fs",
|
||||||
Short: "Filesystem related commands",
|
Short: "Filesystem related commands",
|
||||||
Long: `Commands to do DBFS operations.`,
|
Long: `Commands to do DBFS operations.`,
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue