From 33b2a183ce576718c798ce30077b1c796681ac37 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 2 Apr 2025 12:14:08 +0300 Subject: [PATCH] docs: Improve doit docs --- docs/developer/doit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer/doit.md b/docs/developer/doit.md index bf8fb16..dfbc0f5 100644 --- a/docs/developer/doit.md +++ b/docs/developer/doit.md @@ -42,7 +42,8 @@ doit ## Tips and tricks * You can run `doit list --all -s` to see the full list of tasks, their - dependencies, and whether they are up to date. + dependencies, and whether they are up to date (U) or will run (R). Note that + certain small tasks are always configured to run. * You can run `doit info ` to see which dependencies are missing. * You can pass the following environment variables to the script, in order to affect some global parameters: