Skip to content

Commit 95e99d1

Browse files
committed
cloud bread
1 parent f726d77 commit 95e99d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cli/Lib.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class Lib {
2525
for (lib in list) {
2626
var args:Array<String> = ["install", lib.name];
2727
if (lib.version != null) args.push(lib.version);
28+
args.push("--quiet");
29+
args.push("--always");
30+
2831
Sys.println('${BOLD}${YELLOW}Installing: ${lib.name} ${lib?.version ?? ""}${RESET}');
2932
run("haxelib", args, function() {
3033
Sys.println('${GREEN}[✓] Installed: ${lib.name}${RESET}');

0 commit comments

Comments
 (0)