Update lib.rs

This commit is contained in:
dullbananas 2024-05-22 15:31:54 -07:00 committed by GitHub
parent d2f772a496
commit 0443bcda96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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