From 3207bdfdfb5302d8d2b125ce024b9bdbfb2dcf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 20:02:36 +0200 Subject: [PATCH] Add wait helper to Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 1697e74..65719c1 100644 --- a/Justfile +++ b/Justfile @@ -80,3 +80,6 @@ update-cargo-dependencies: && . ./venv/bin/activate \ && pip --disable-pip-version-check install -r ./requirements.txt > /dev/null \ && ./update-cargo-dependencies.py + +wait: + read -p "[ENTER] to continue "