File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,14 @@ block body
343
343
td postBuildCommands
344
344
td: code string[]
345
345
td A list of shell commands that is executed always after the project is built
346
+ tr
347
+ td preRunCommands
348
+ td: code string[]
349
+ td A list of shell commands that is executed always before the project is run
350
+ tr
351
+ td postRunCommands
352
+ td: code string[]
353
+ td A list of shell commands that is executed always after the project is run
346
354
347
355
tr
348
356
td dflags
Original file line number Diff line number Diff line change @@ -317,6 +317,14 @@ block body
317
317
td postBuildCommands
318
318
td: code "<cmd1>" ["<cmd2>" [...]]
319
319
td A list of shell commands that is executed always after the project is built
320
+ tr
321
+ td preRunCommands
322
+ td: code "<cmd1>" ["<cmd2>" [...]]
323
+ td A list of shell commands that is executed always before the project is run
324
+ tr
325
+ td postRunCommands
326
+ td: code "<cmd1>" ["<cmd2>" [...]]
327
+ td A list of shell commands that is executed always after the project is run
320
328
321
329
tr
322
330
td dflags
You can’t perform that action at this time.
0 commit comments