File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const renderCommand = new Command()
3737 )
3838 . option (
3939 "--output-dir" ,
40- "Write output to DIR (path is input/project relative)" ,
40+ "Write output to DIR, which is first deleted (path is input/project relative)" ,
4141 )
4242 . option (
4343 "-M, --metadata" ,
@@ -89,7 +89,7 @@ export const renderCommand = new Command()
8989 )
9090 . option (
9191 "--no-clean" ,
92- "Do not clean project output-dir prior to render" ,
92+ "Do not delete output-dir prior to render" ,
9393 )
9494 . option (
9595 "--debug" ,
Original file line number Diff line number Diff line change 2424 - `project`: Use the root directory of the project.
2525 output-dir :
2626 path :
27- description : " Output directory"
27+ description :
28+ short : " Output directory"
29+ long : >
30+ The directory in which all outputs are placed. If a directory with this name
31+ already exists, it will be deleted and replaced with a new directory.
2832 lib-dir :
2933 path :
3034 description : " HTML library (JS/CSS/etc.) directory"
You can’t perform that action at this time.
0 commit comments