Skip to content

Commit

Permalink
docs(lib): document Deno.Command requires the allow-run permission (
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenshoham authored and levex committed May 4, 2023
1 parent f924066 commit 4ab6c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/tsc/dts/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4047,6 +4047,7 @@ declare namespace Deno {
* console.assert("world\n" === new TextDecoder().decode(stderr));
* ```
*
* @tags allow-run
* @category Sub Process
*/
export class Command {
Expand Down

0 comments on commit 4ab6c67

Please sign in to comment.