mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
Update lib.rs
This commit is contained in:
parent
ab8c7d8289
commit
7f550e1066
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue