Skip to content

Commit

Permalink
Add '/auth import' subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Oct 16, 2023
1 parent c416c78 commit 1f3ad23
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,9 @@ public void migrateConfig(ServerCommandActor actor) throws IOException, URISynta
}
actor.reply(config.getServerMessages().getMessage("config-migrated"));
}

@Subcommand("import")
public void importFromPlugin(ServerCommandActor actor) {
// TODO: PluginSourceType argument, then convert that into ImportSource using ImportSourceProvider. Then define ImportSourceExecutor
}
}

0 comments on commit 1f3ad23

Please sign in to comment.