diff --git a/src/lib.rs b/src/lib.rs index 140512dd1..30945ae82 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -113,6 +113,7 @@ pub struct CmdArgs { #[derive(Subcommand, Debug)] enum CmdSubcommand { /// Do something with migrations, then exit. + #[command(args_conflicts_with_subcommands = false)] Migration { #[command(subcommand)] subcommand: MigrationSubcommand,