From 11a13d43425218a79020e83d6ea006354feb839f Mon Sep 17 00:00:00 2001 From: zen0bit Date: Sun, 21 Apr 2024 00:10:33 +0200 Subject: [PATCH] feat: Add --create-config to new run script (#TODO:) --- quickget | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quickget b/quickget index bad975f..783e7e2 100755 --- a/quickget +++ b/quickget @@ -3523,6 +3523,10 @@ case "${1}" in just="download" shift ;; + '--create-config'|'-cc') + just="custom" + echo "TODO:" + ;; '--open-homepage'|'-o') if [ -z "$(os_info "${2}")" ]; then error_specify_os