pas2js: compileserver: added cmd line option interface

This commit is contained in:
mattias 2022-01-14 15:47:08 +01:00
parent 52e30aa332
commit ec1766ac3f

View File

@ -768,7 +768,7 @@ Var
S : String;
begin
S:=Checkoptions('shqd:ni:p:wP::cm:A:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:','api:']);
S:=Checkoptions('shqd:ni:p:wP::cm:A:I:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:','api:','interface:']);
if (S<>'') or HasOption('h','help') then
usage(S);
if HasOption('c','config') then