mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Http fetch to file doesn't work for some reason
This commit is contained in:
parent
ab197c6483
commit
6c66d03769
6 changed files with 54 additions and 21 deletions
|
|
@ -19,13 +19,12 @@ PROCEDURE parseArgs(VAR argument: ARRAY OF CHAR);
|
|||
BEGIN
|
||||
COPY("", argument);
|
||||
IF Args.argc > 1 THEN Args.Get(1, argument) END;
|
||||
|
||||
END parseArgs;
|
||||
|
||||
BEGIN
|
||||
parseArgs(command);
|
||||
|
||||
IF Strings.Match(command, "") THEN
|
||||
IF Strings.Match(command, "") OR Strings.Match(command, "--help")THEN
|
||||
help;
|
||||
ELSIF Strings.Match(command, "install") THEN
|
||||
PackageFileParser.install();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue