1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00

docs(lib): document Deno.Command requires the allow-run permission (#18958)

This commit is contained in:
Yarden Shoham 2023-05-02 18:51:50 +03:00 committed by Levente Kurusa
parent f92406630f
commit 4ab6c672d4
No known key found for this signature in database
GPG key ID: 9F72F3C05BA137C4

View file

@ -4047,6 +4047,7 @@ declare namespace Deno {
* console.assert("world\n" === new TextDecoder().decode(stderr));
* ```
*
* @tags allow-run
* @category Sub Process
*/
export class Command {