feat: Add --list to new run script

This commit is contained in:
zen0bit 2024-04-21 00:09:04 +02:00 committed by Martin Wimpress
parent b3524d1106
commit 675ace38c5
1 changed files with 3 additions and 0 deletions

View File

@ -3556,6 +3556,9 @@ case "${1}" in
'--list-json'|'-lj'|'list_json') '--list-json'|'-lj'|'list_json')
list_json list_json
;; ;;
'--list'|'-l')
time list_supported
;;
esac esac
if [ -n "${1}" ]; then if [ -n "${1}" ]; then