Skip to content

Commit 5133946

Browse files
committed
More specific commands description
1 parent 2a40709 commit 5133946

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

views/package_format_json.dt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,19 +333,19 @@ block body
333333
tr
334334
td preGenerateCommands
335335
td: code string[]
336-
td A list of shell commands that is executed before project generation is started
336+
td A list of shell commands that is always executed before project generation is started
337337
tr
338338
td postGenerateCommands
339339
td: code string[]
340-
td A list of shell commands that is executed after project generation is finished
340+
td A list of shell commands that is always executed after project generation is finished
341341
tr
342342
td preBuildCommands
343343
td: code string[]
344-
td A list of shell commands that is executed always before the project is built
344+
td A list of shell commands that is executed before the package is built
345345
tr
346346
td postBuildCommands
347347
td: code string[]
348-
td A list of shell commands that is executed always after the project is built
348+
td A list of shell commands that is executed after the package is built
349349
tr
350350
td preRunCommands
351351
td: code string[]

views/package_format_sdl.dt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,19 +306,19 @@ block body
306306
tr
307307
td preGenerateCommands
308308
td: code "<cmd1>" ["<cmd2>" [...]]
309-
td A list of shell commands that is executed before project generation is started
309+
td A list of shell commands that is always executed before project generation is started
310310
tr
311311
td postGenerateCommands
312312
td: code "<cmd1>" ["<cmd2>" [...]]
313-
td A list of shell commands that is executed after project generation is finished
313+
td A list of shell commands that is always executed after project generation is finished
314314
tr
315315
td preBuildCommands
316316
td: code "<cmd1>" ["<cmd2>" [...]]
317-
td A list of shell commands that is executed always before the project is built
317+
td A list of shell commands that is executed before the package is built
318318
tr
319319
td postBuildCommands
320320
td: code "<cmd1>" ["<cmd2>" [...]]
321-
td A list of shell commands that is executed always after the project is built
321+
td A list of shell commands that is executed after the package is built
322322
tr
323323
td preRunCommands
324324
td: code "<cmd1>" ["<cmd2>" [...]]

0 commit comments

Comments
 (0)