Don't require the module name after end
This commit is contained in:
@ -35,7 +35,7 @@ begin
|
||||
parsed := true;
|
||||
result^.parse := true
|
||||
end;
|
||||
if parameter[0] <> '-' then
|
||||
if parameter[1] <> '-' then
|
||||
parsed := true;
|
||||
|
||||
if Length(result^.input) > 0 then
|
||||
@ -72,4 +72,4 @@ begin
|
||||
return result
|
||||
end;
|
||||
|
||||
end CommandLineInterface.
|
||||
end.
|
||||
|
Reference in New Issue
Block a user