sea-orm-cli migrate generate
should take file name as argument instead of option (#870)
This commit is contained in:
parent
c949a33678
commit
60bf6da8dd
@ -43,8 +43,8 @@ pub enum MigrateSubcommands {
|
||||
Generate {
|
||||
#[clap(
|
||||
value_parser,
|
||||
long,
|
||||
required = true,
|
||||
takes_value = true,
|
||||
help = "Name of the new migration"
|
||||
)]
|
||||
migration_name: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user