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 {
|
Generate {
|
||||||
#[clap(
|
#[clap(
|
||||||
value_parser,
|
value_parser,
|
||||||
long,
|
|
||||||
required = true,
|
required = true,
|
||||||
|
takes_value = true,
|
||||||
help = "Name of the new migration"
|
help = "Name of the new migration"
|
||||||
)]
|
)]
|
||||||
migration_name: String,
|
migration_name: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user