mirror of
https://github.com/LDDestroier/CC/
synced 2025-09-05 04:17:59 +00:00
Forced API mode if 'shell' is not found
This commit is contained in:
@@ -353,7 +353,7 @@ end
|
||||
|
||||
if argList["-h"] then
|
||||
return showHelp(true)
|
||||
elseif argList["-a"] then
|
||||
elseif argList["-a"] or (not shell) then
|
||||
mode = "api"
|
||||
elseif inputPath then
|
||||
exists = fs.exists(inputPath)
|
||||
|
Reference in New Issue
Block a user