mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
docs(lib): document Deno.Command
requires the allow-run
permission (#18958)
This commit is contained in:
parent
f92406630f
commit
4ab6c672d4
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));
|
* console.assert("world\n" === new TextDecoder().decode(stderr));
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* @tags allow-run
|
||||||
* @category Sub Process
|
* @category Sub Process
|
||||||
*/
|
*/
|
||||||
export class Command {
|
export class Command {
|
||||||
|
|
Loading…
Reference in a new issue