feat(cli): add stackbar-mode command

This commit adds a new komorebic command "stackbar-mode" to allow users
to change stackbar modes programmatically.
This commit is contained in:
LGUG2Z
2025-01-04 10:56:44 -08:00
parent ba52dc3378
commit c063302c91
8 changed files with 51 additions and 4 deletions

18
docs/cli/stackbar-mode.md Normal file
View File

@@ -0,0 +1,18 @@
# stackbar-mode
```
Set the stackbar mode
Usage: komorebic.exe stackbar-mode <MODE>
Arguments:
<MODE>
Desired stackbar mode
[possible values: always, never, on-stack]
Options:
-h, --help
Print help
```