|
S:=Checkoptions('shqd:ni:p:wP::cm:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:']);
|
|
S:=Checkoptions('shqd:ni:p:wP::cm:',['help','quiet','noindexpage','directory:','port:','indexpage:','watch','project::','config:','simpleserver','mimetypes:']);
|
|
if (S<>'') or HasOption('h','help') then
|
|
if (S<>'') or HasOption('h','help') then
|
|
Port:=StrToIntDef(GetOptionValue('p','port'),3000);
|
|
Port:=StrToIntDef(GetOptionValue('p','port'),3000);
|
|
D:=GetOptionValue('d','directory');
|
|
D:=GetOptionValue('d','directory');
|
|
if HasOption('m','mimetypes') then
|
|
if HasOption('m','mimetypes') then
|
|
MimeTypesFile:=GetOptionValue('m','mimetypes');
|
|
MimeTypesFile:=GetOptionValue('m','mimetypes');
|