mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
feat(cli): add docgen cmd for mkdocs pages
This commit is contained in:
25
docs/cli/workspace-rule.md
Normal file
25
docs/cli/workspace-rule.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# workspace-rule
|
||||
|
||||
```
|
||||
Add a rule to associate an application with a workspace
|
||||
|
||||
Usage: workspace-rule <IDENTIFIER> <ID> <MONITOR> <WORKSPACE>
|
||||
|
||||
Arguments:
|
||||
<IDENTIFIER>
|
||||
[possible values: exe, class, title]
|
||||
|
||||
<ID>
|
||||
Identifier as a string
|
||||
|
||||
<MONITOR>
|
||||
Monitor index (zero-indexed)
|
||||
|
||||
<WORKSPACE>
|
||||
Workspace index on the specified monitor (zero-indexed)
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
Print help
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user