mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/command: deprecate qs msg
This commit is contained in:
parent
420529362f
commit
9417d6fa57
3 changed files with 53 additions and 32 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue