From 409996157706f8c3bc7bd1536f723e5cd2289851 Mon Sep 17 00:00:00 2001 From: zen0bit Date: Sun, 21 Apr 2024 00:08:39 +0200 Subject: [PATCH] feat: Add --list-csv to new run script --- quickget | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/quickget b/quickget index f173f48..49937f8 100755 --- a/quickget +++ b/quickget @@ -3548,13 +3548,15 @@ case "${1}" in just="test" shift ;; + #TODO: Argument list should be DEPRECATED! + '--list-csv'|'-lc'|'list') + list_csv + ;; esac if [ -n "${1}" ]; then OS="${1,,}" - if [ "${OS}" == "list" ] || [ "${OS}" == "list_csv" ]; then - list_csv - elif [ "${OS}" == "list_json" ]; then + if [ "${OS}" == "list_json" ]; then list_json fi else