Skip to content

Commit 469ee93

Browse files
committed
add: doc_out_path flag
1 parent 1780de8 commit 469ee93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/wiki/usage.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Generate [documentation](/wiki/export-docs) from a workspace. The files will be
6767

6868
Example: `--doc=C:/Users/Me/Documents/myLuaProject/`
6969

70+
### --doc_out_path
71+
72+
**Type:** `string`
73+
74+
The path to output generated documentation at. See [`--doc` for more info](#-doc).
75+
76+
Example: `--doc=C:/Users/Me/Documents/myLuaProjectDocumentation`
77+
7078
### --logpath
7179

7280
**Type:** `string`

0 commit comments

Comments
 (0)