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
d2f772a496
commit
0443bcda96
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ pub struct CmdArgs {
|
||||||
#[derive(Subcommand, Debug)]
|
#[derive(Subcommand, Debug)]
|
||||||
enum CmdSubcommand {
|
enum CmdSubcommand {
|
||||||
/// Do something with migrations, then exit.
|
/// Do something with migrations, then exit.
|
||||||
|
#[command(args_conflicts_with_subcommands = false)]
|
||||||
Migration {
|
Migration {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
subcommand: MigrationSubcommand,
|
subcommand: MigrationSubcommand,
|
||||||
|
|
Loading…
Reference in a new issue