From 17c43970a7a36f6adcf380114e6a6ef8bbb5dfd2 Mon Sep 17 00:00:00 2001 From: xyny Date: Mon, 24 Jun 2024 18:26:13 +0300 Subject: [PATCH] chore: add docstring for stages modules property --- src-tsp/main.tsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index f68d707..ab62874 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -52,7 +52,10 @@ model Recipe { /** Allows a user to pass in an array of strings that are passed directly into the [`SHELL` instruction](https://docs.docker.com/reference/dockerfile/#shell). */ shell?: string, - + + /** + * The list of modules to execute. The exact same syntax used by the main recipe `modules:` property. + */ modules: Array, }>,