소스 검색

pas2js: compileserver: added cmd line option interface

mattias 3 년 전
부모
커밋
ec1766ac3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/pas2js/httpcompiler.pp

+ 1 - 1
utils/pas2js/httpcompiler.pp

@@ -768,7 +768,7 @@ Var
   S : String;
   S : String;
 
 
 begin
 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
   if (S<>'') or HasOption('h','help') then
     usage(S);
     usage(S);
   if HasOption('c','config') then
   if HasOption('c','config') then