Registered /plan db move

This commit is contained in:
Risto Lahtela 2020-06-20 20:39:32 +03:00
parent 1945db8045
commit 42dce582c6

View File

@ -250,6 +250,7 @@ public class PlanCommand {
.colorScheme(colors)
.subcommand(backupCommand())
.subcommand(restoreCommand())
.subcommand(moveCommand())
.inDepthDescription("Use different database subcommands to change the data in some way")
.build();
}