We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15821e commit 253ab33Copy full SHA for 253ab33
cli/generator.go
@@ -33,4 +33,5 @@ var generateCmd = &cobra.Command{
33
func init() {
34
generateCmd.Flags().StringP("plan", "p", "isuc.yaml", "File containing the cache plan")
35
generateCmd.Flags().StringP("schema", "s", "schema.sql", "File containing the table schema")
36
+ rootCmd.AddCommand(generateCmd)
37
}
0 commit comments