mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
pas2js: compileserver: added cmd line option interface
This commit is contained in:
parent
52e30aa332
commit
ec1766ac3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user