add -s alias to migrate create command
This commit is contained in:
@@ -59,8 +59,9 @@ func MigrateCreateCmd(sqlo dbx.SQLOFunc, deps appcli.DepFn) *cli.Command {
|
||||
},
|
||||
Flags: []cli.Flag{
|
||||
&cli.BoolFlag{
|
||||
Name: "sequential",
|
||||
Usage: "Create migration in sequential mode",
|
||||
Name: "sequential",
|
||||
Aliases: []string{"s"},
|
||||
Usage: "Create migration in sequential mode",
|
||||
},
|
||||
},
|
||||
Action: func(ctx context.Context, cmd *cli.Command) error {
|
||||
|
||||
Reference in New Issue
Block a user