Skip to content

Commit

Permalink
fix(cli): command
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Jan 26, 2025
1 parent e15821e commit 253ab33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ var generateCmd = &cobra.Command{
func init() {
generateCmd.Flags().StringP("plan", "p", "isuc.yaml", "File containing the cache plan")
generateCmd.Flags().StringP("schema", "s", "schema.sql", "File containing the table schema")
rootCmd.AddCommand(generateCmd)
}

0 comments on commit 253ab33

Please sign in to comment.