add quiet option

This commit is contained in:
Ruben Fiszel
2024-02-02 23:17:33 +01:00
parent 68df6e3b58
commit 0f7dde0975
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -84,7 +84,13 @@ let command: any = new Command()
"upgrade",
new UpgradeCommand({
main: "main.ts",
args: ["--allow-net", "--allow-read", "--allow-write", "--allow-env"],
args: [
"--allow-net",
"--allow-read",
"--allow-write",
"--allow-env",
"-q",
],
provider: new DenoLandProvider({ name: "wmill" }),
})
)
@@ -12,7 +12,7 @@
<ul class="pl-0 pt-2 list-decimal list-inside flex flex-col gap-2">
<li>
Install the latest wmill CLI from deno.land:
<ClipboardPanel content={'deno install -A https://deno.land/x/wmill/main.ts'} />
<ClipboardPanel content={'deno install -q -A https://deno.land/x/wmill/main.ts'} />
</li>
<li>