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:
parent
022aae9854
commit
341fc11e24
1 changed files with 1 additions and 0 deletions
1
cli/tsc/dts/lib.deno.ns.d.ts
vendored
1
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -4047,6 +4047,7 @@ declare namespace Deno {
|
|||
* console.assert("world\n" === new TextDecoder().decode(stderr));
|
||||
* ```
|
||||
*
|
||||
* @tags allow-run
|
||||
* @category Sub Process
|
||||
*/
|
||||
export class Command {
|
||||
|
|
Loading…
Reference in a new issue