feat: Allow setting language through the command line

This commit is contained in:
WerWolv
2024-02-01 10:58:45 +01:00
parent 26eec66f89
commit 7709f4e307
7 changed files with 21 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ namespace hex::plugin::builtin {
void handleVersionCommand(const std::vector<std::string> &args);
void handleHelpCommand(const std::vector<std::string> &args);
void handlePluginsCommand(const std::vector<std::string> &args);
void handleLanguageCommand(const std::vector<std::string> &args);
void handleOpenCommand(const std::vector<std::string> &args);