summaryrefslogtreecommitdiff
path: root/cli/dts
diff options
context:
space:
mode:
authorShogo Hida <shogohida@users.noreply.github.com>2022-11-14 07:27:47 +0900
committerGitHub <noreply@github.com>2022-11-13 17:27:47 -0500
commit1c373ce6f97cbc43956fa0b588fb76b6e9fb6efb (patch)
tree88f6092932e38e71f9795e654f6c19b1cb13ed39 /cli/dts
parent916598f8a77d1fb7b7feb577e600ead2bc45045f (diff)
fix(cli): add a jsdoc tag for `UnstableRunOptions` (#16525)
Diffstat (limited to 'cli/dts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts
index 12a02d457..512d29dec 100644
--- a/cli/dts/lib.deno.unstable.d.ts
+++ b/cli/dts/lib.deno.unstable.d.ts
@@ -617,6 +617,8 @@ declare namespace Deno {
/** **UNSTABLE**: New API, yet to be vetted.
*
* These are unstable options which can be used with {@linkcode Deno.run}.
+ *
+ * @category Sub Process
*/
interface UnstableRunOptions extends RunOptions {
/** If `true`, clears the environment variables before executing the