forked from quickshell/quickshell
core/command: rename --instance to --id and --info to --show
Fixes conflicting short flags.
This commit is contained in:
parent
c57ac4b1f2
commit
7a283089b1
2 changed files with 4 additions and 4 deletions
|
@ -112,9 +112,9 @@ class IpcHandlerRegistry;
|
|||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
/// The list of registered targets can be inspected using `qs msg -i`.
|
||||
/// The list of registered targets can be inspected using `qs msg -s`.
|
||||
/// ```sh
|
||||
/// $ qs msg -i
|
||||
/// $ qs msg -s
|
||||
/// target rect
|
||||
/// function setColor(color: color): void
|
||||
/// function getColor(): color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue