mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
created install function
This commit is contained in:
parent
83ebcf1b6e
commit
654ca13405
3 changed files with 16 additions and 4 deletions
10
opium.Mod
10
opium.Mod
|
|
@ -23,7 +23,11 @@ BEGIN
|
|||
END parseArgs;
|
||||
|
||||
BEGIN
|
||||
IF Strings.Match(command, "") THEN help
|
||||
ELSE IF Strings.Match(command, "install") THEN PackageFileParser.install END;
|
||||
|
||||
parseArgs(command);
|
||||
|
||||
IF Strings.Match(command, "") THEN
|
||||
help;
|
||||
ELSIF Strings.Match(command, "install") THEN
|
||||
PackageFileParser.install();
|
||||
END;
|
||||
END opium.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue