Update lib.rs

This commit is contained in:
dullbananas 2024-05-22 13:39:51 -07:00 committed by GitHub
parent d71cfaa503
commit cdbe77c9cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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