From 0443bcda9633c563faeecc07f9bf8930e5f6187b Mon Sep 17 00:00:00 2001 From: dullbananas Date: Wed, 22 May 2024 15:31:54 -0700 Subject: [PATCH] Update lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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,