mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-02 14:16:46 +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 {
|
Migration {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
subcommand: MigrationSubcommand,
|
subcommand: MigrationSubcommand,
|
||||||
#[arg(short, long, conflicts_with("number"))]
|
#[arg(short, long, default_value_t = false)]
|
||||||
all: bool,
|
all: bool,
|
||||||
#[arg(short, long, default_value_t = 1)]
|
#[arg(short, long, default_value_t = 1)]
|
||||||
number: u64,
|
number: u64,
|
||||||
|
|
Loading…
Reference in a new issue