From 341fc11e2443e7075d96ef8c73ff15e36d2d60a2 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Tue, 2 May 2023 18:51:50 +0300 Subject: [PATCH] docs(lib): document `Deno.Command` requires the `allow-run` permission (#18958) --- cli/tsc/dts/lib.deno.ns.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index 90a12ad420..408580737e 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -4047,6 +4047,7 @@ declare namespace Deno { * console.assert("world\n" === new TextDecoder().decode(stderr)); * ``` * + * @tags allow-run * @category Sub Process */ export class Command {