Skip to content

Commit 253ab33

Browse files
committed
fix(cli): command
1 parent e15821e commit 253ab33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/generator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ var generateCmd = &cobra.Command{
3333
func init() {
3434
generateCmd.Flags().StringP("plan", "p", "isuc.yaml", "File containing the cache plan")
3535
generateCmd.Flags().StringP("schema", "s", "schema.sql", "File containing the table schema")
36+
rootCmd.AddCommand(generateCmd)
3637
}

0 commit comments

Comments
 (0)