mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 06:41:18 +00:00
Update lib.rs
This commit is contained in:
parent
d2f772a496
commit
0443bcda96
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ pub struct CmdArgs {
|
|||
#[derive(Subcommand, Debug)]
|
||||
enum CmdSubcommand {
|
||||
/// Do something with migrations, then exit.
|
||||
#[command(args_conflicts_with_subcommands = false)]
|
||||
Migration {
|
||||
#[command(subcommand)]
|
||||
subcommand: MigrationSubcommand,
|
||||
|
|
Loading…
Reference in a new issue