mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 08:11:20 +00:00
Update lib.rs
This commit is contained in:
parent
d71cfaa503
commit
cdbe77c9cf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue