core/command: rename --instance to --id and --info to --show

Fixes conflicting short flags.
This commit is contained in:
outfoxxed 2024-09-17 14:04:54 -07:00
parent c57ac4b1f2
commit 7a283089b1
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 4 additions and 4 deletions

View file

@ -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