docs: Improve doit docs

This commit is contained in:
Alex Pyrgiotis 2025-04-02 12:14:08 +03:00
parent c7121b69a3
commit 33b2a183ce
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -42,7 +42,8 @@ doit <task>
## Tips and tricks ## Tips and tricks
* You can run `doit list --all -s` to see the full list of tasks, their * 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 <task>` to see which dependencies are missing. * You can run `doit info <task>` to see which dependencies are missing.
* You can pass the following environment variables to the script, in order to * You can pass the following environment variables to the script, in order to
affect some global parameters: affect some global parameters: