mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
aac6687900
commit
4141f4ea34
|
@ -46,8 +46,6 @@ func addInterpolationPatterns(typ reflect.Type, s jsonschema.Schema) jsonschema.
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Add enum overrides for DABs enum values. Maybe use reflection?
|
||||
|
||||
func main() {
|
||||
if len(os.Args) != 2 {
|
||||
fmt.Println("Usage: go run main.go <output-file>")
|
||||
|
|
Loading…
Reference in New Issue