feat(subscriptions): add cmd to gen json schema

This commit introduces the 'notification-schema' command to generate a
JSON schema of the Notification struct which gets sent when notifying
subscribers of updates.
This commit is contained in:
LGUG2Z
2022-02-01 12:38:08 -08:00
parent cf5a41b5eb
commit 2db0d888c1
24 changed files with 149 additions and 28 deletions

View File

@@ -278,4 +278,8 @@ ToggleMouseFollowsFocus() {
AhkLibrary() {
Run, komorebic.exe ahk-library, , Hide
}
NotificationSchema() {
Run, komorebic.exe notification-schema, , Hide
}