feat(cli): add docgen cmd for mkdocs pages

This commit is contained in:
LGUG2Z
2024-02-15 12:11:05 -08:00
parent 9d3e0a01b9
commit cc4e448741
134 changed files with 2253 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# resize-delta
```
Set the resize delta (used by resize-edge and resize-axis)
Usage: resize-delta <PIXELS>
Arguments:
<PIXELS>
The delta of pixels by which to increase or decrease window dimensions when resizing
Options:
-h, --help
Print help
```