feat: Add --check-all to new run script

This commit is contained in:
zen0bit 2024-04-21 00:08:07 +02:00 committed by Martin Wimpress
parent 75df94154e
commit a785c3a7b1
1 changed files with 4 additions and 0 deletions

View File

@ -3544,6 +3544,10 @@ case "${1}" in
just="test" just="test"
shift shift
;; ;;
'--check-all'|'-ca')
just="test"
shift
;;
esac esac
if [ -n "${1}" ]; then if [ -n "${1}" ]; then