sea-orm-cli migrate generate should take file name as argument instead of option (#870)

This commit is contained in:
Billy Chan 2022-07-14 17:43:21 +08:00 committed by GitHub
parent c949a33678
commit 60bf6da8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,