refactor: drop time when running list_supported()

This commit is contained in:
Martin Wimpress 2024-04-28 02:51:07 +01:00
parent 6fb4b13d82
commit 7acd6859fa
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -3540,7 +3540,7 @@ case "${1}" in
list_json
;;
'--list'|'-l')
time list_supported
list_supported
;;
esac