Add model generator based on AST
This commit is contained in:
@@ -21,10 +21,9 @@ func main() {
|
||||
}
|
||||
root_cmd.AddCommand(sqlite_lint)
|
||||
root_cmd.AddCommand(cmd_init)
|
||||
root_cmd.AddCommand(generate_model)
|
||||
if err := root_cmd.Execute(); err != nil {
|
||||
fmt.Println(RED + err.Error() + RESET)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
// Subcommand "generate_models"
|
||||
|
||||
Reference in New Issue
Block a user