1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -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 GitHub
parent 022aae9854
commit 341fc11e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {