core!: refactor launch sequence

Also includes slight changes to the command syntax.
See --help for details.
This commit is contained in:
outfoxxed 2024-09-01 14:17:39 -07:00
parent da043e092a
commit 94e881e6b0
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
12 changed files with 729 additions and 651 deletions

View file

@ -56,7 +56,7 @@ public:
void kill();
[[nodiscard]] static bool
[[nodiscard]] static int
connect(const QString& id, const std::function<void(IpcClient& client)>& callback);
signals: