core/command: deprecate qs msg

This commit is contained in:
outfoxxed 2025-01-25 01:00:42 -08:00
parent 420529362f
commit 9417d6fa57
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 53 additions and 32 deletions

View file

@ -68,9 +68,12 @@ struct CommandState {
} output;
struct {
bool info = false;
CLI::App* ipc = nullptr;
CLI::App* show = nullptr;
CLI::App* call = nullptr;
bool showOld = false;
QStringOption target;
QStringOption function;
QStringOption name;
std::vector<QStringOption> arguments;
} ipc;