feat(cli): add docgen cmd for mkdocs pages

This commit is contained in:
LGUG2Z
2024-01-14 17:25:13 -08:00
parent 9d3e0a01b9
commit cc4e448741
134 changed files with 2253 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# unmanaged-window-operation-behaviour
```
Set the operation behaviour when the focused window is not managed
Usage: unmanaged-window-operation-behaviour <OPERATION_BEHAVIOUR>
Arguments:
<OPERATION_BEHAVIOUR>
Possible values:
- op: Process komorebic commands on temporarily unmanaged/floated windows
- no-op: Ignore komorebic commands on temporarily unmanaged/floated windows
Options:
-h, --help
Print help (see a summary with '-h')
```