feat: Add --url to new run script

This commit is contained in:
zen0bit 2024-04-21 00:09:53 +02:00 committed by Martin Wimpress
parent 3ea219264b
commit 412d59ab4f
1 changed files with 4 additions and 0 deletions

View File

@ -3548,6 +3548,10 @@ case "${1}" in
just="test"
shift
;;
'--url'|'-u')
just="show"
shift
;;
#TODO: Argument list should be DEPRECATED!
'--list-csv'|'-lc'|'list')
list_csv