feat: Added New File option to the GNOME launcher and a --new cli option

This commit is contained in:
WerWolv
2025-01-14 17:49:48 +01:00
parent 1c305ca762
commit 4a916ebb89
4 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ namespace hex::plugin::builtin {
void handleVerboseCommand(const std::vector<std::string> &args);
void handleOpenCommand(const std::vector<std::string> &args);
void handleNewCommand(const std::vector<std::string> &args);
void handleCalcCommand(const std::vector<std::string> &args);
void handleHashCommand(const std::vector<std::string> &args);