Add wait helper to Justfile
This commit is contained in:
3
Justfile
3
Justfile
@@ -80,3 +80,6 @@ update-cargo-dependencies:
|
|||||||
&& . ./venv/bin/activate \
|
&& . ./venv/bin/activate \
|
||||||
&& pip --disable-pip-version-check install -r ./requirements.txt > /dev/null \
|
&& pip --disable-pip-version-check install -r ./requirements.txt > /dev/null \
|
||||||
&& ./update-cargo-dependencies.py
|
&& ./update-cargo-dependencies.py
|
||||||
|
|
||||||
|
wait:
|
||||||
|
read -p "[ENTER] to continue "
|
||||||
|
|||||||
Reference in New Issue
Block a user