Skip to content

Commit

Permalink
fix: Fix generate options (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jun 2, 2024
2 parents c5ea977 + 3bdc667 commit 895711c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ddlctl/ddlctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func DDLCtl(ctx context.Context) error {
Short: "gen",
Usage: "ddlctl generate [options] --dialect <DDL dialect> <source> <destination>",
Description: "generate DDL from source (file or directory) to destination (file or directory).",
Options: opts,
RunFunc: generate.Command,
},
{
Expand Down

0 comments on commit 895711c

Please sign in to comment.