chore: add docstring for stages modules property

This commit is contained in:
xyny 2024-06-24 18:26:13 +03:00
parent 24657e2bc8
commit 17c43970a7

View file

@ -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<Module>,
}>,