feat: Add --create-config to new run script (#TODO:)
This commit is contained in:
parent
c1964f37aa
commit
11a13d4342
4
quickget
4
quickget
|
@ -3523,6 +3523,10 @@ case "${1}" in
|
||||||
just="download"
|
just="download"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
'--create-config'|'-cc')
|
||||||
|
just="custom"
|
||||||
|
echo "TODO:"
|
||||||
|
;;
|
||||||
'--open-homepage'|'-o')
|
'--open-homepage'|'-o')
|
||||||
if [ -z "$(os_info "${2}")" ]; then
|
if [ -z "$(os_info "${2}")" ]; then
|
||||||
error_specify_os
|
error_specify_os
|
||||||
|
|
Loading…
Reference in New Issue