hyprctl: add --quiet flag (#6380)
This commit is contained in:
parent
722b846ac5
commit
121c6ac3ea
6 changed files with 248 additions and 233 deletions
|
|
@ -60,6 +60,7 @@ flags:
|
|||
--batch → Execute a batch of commands, separated by ';'
|
||||
--instance (-i) → use a specific instance. Can be either signature or
|
||||
index in hyprctl instances (0, 1, etc)
|
||||
--quiet (-q) → Disable the output of hyprctl
|
||||
|
||||
--help:
|
||||
Can be used to print command's arguments that did not fit into this page
|
||||
|
|
@ -155,4 +156,4 @@ cmd:
|
|||
starting from 0
|
||||
|
||||
flags:
|
||||
See 'hyprctl --help')#";
|
||||
See 'hyprctl --help')#";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue