From 019a1bc74ca97c6efd51d95b3db1e9b046b896f2 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Thu, 17 Feb 2022 12:17:47 -0800 Subject: [PATCH] Document return code option --- docs/installers.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installers.rst b/docs/installers.rst index c4ed6bfd4..43105bdf3 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -600,6 +600,8 @@ that will be called. Other parameters depend on the task being called. It is possible to call functions from other runners by prefixing the task name with the runner's name (e.g., from a dosbox installer you can use the wineexec task with ``wine.wineexec`` as the task's ``name``) +If the command you will run in the task doesn't exit with a return code of 0, +you can specify an accepted return code like ``return_code: 256`` Currently, the following tasks are implemented: