mirror of
https://github.com/LDDestroier/CC/
synced 2025-04-04 09:46:55 +00:00
Forced API mode if 'shell' is not found
This commit is contained in:
parent
eb22ea17c0
commit
ca40ec90f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user