feat(cli): add docgen cmd for mkdocs pages

This commit is contained in:
LGUG2Z
2024-01-14 17:25:13 -08:00
committed by جاد
parent e0aa0ac843
commit a00a85e63f
134 changed files with 2253 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# invisible-borders
```
Set the invisible border dimensions around each window
Usage: invisible-borders <LEFT> <TOP> <RIGHT> <BOTTOM>
Arguments:
<LEFT>
Size of the left invisible border
<TOP>
Size of the top invisible border (usually 0)
<RIGHT>
Size of the right invisible border (usually left * 2)
<BOTTOM>
Size of the bottom invisible border (usually the same as left)
Options:
-h, --help
Print help
```