Update lib.rs

This commit is contained in:
dullbananas 2024-05-22 17:45:04 -07:00 committed by GitHub
parent ab8c7d8289
commit 7f550e1066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,9 +115,9 @@ enum CmdSubcommand {
Migration {
#[command(subcommand)]
subcommand: MigrationSubcommand,
#[arg(short, long, default_value_t = false)]
#[arg(long, default_value_t = false)]
all: bool,
#[arg(short, long, default_value_t = 1)]
#[arg(long, default_value_t = 1)]
number: u64,
},
}