Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa0ef3e

Browse filesBrowse files
tniessentargos
authored andcommitted
doc: fix --allow-* CLI flag references
PR-URL: #47804 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 98603b6 commit aa0ef3e
Copy full SHA for aa0ef3e

File tree

Expand file treeCollapse file tree

1 file changed

+7
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+7-3Lines changed: 7 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ Enable the Permission Model for current process. When enabled, the
552552
following permissions are restricted:
553553

554554
* File System - manageable through
555-
\[`--allow-fs-read`]\[],\[`allow-fs-write`]\[] flags
556-
* Child Process - manageable through \[`--allow-child-process`]\[] flag
557-
* Worker Threads - manageable through \[`--allow-worker`]\[] flag
555+
[`--allow-fs-read`][], [`--allow-fs-write`][] flags
556+
* Child Process - manageable through [`--allow-child-process`][] flag
557+
* Worker Threads - manageable through [`--allow-worker`][] flag
558558

559559
### `--experimental-policy`
560560

@@ -2572,6 +2572,10 @@ done
25722572
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
25732573
[Web Crypto API]: webcrypto.md
25742574
[`"type"`]: packages.md#type
2575+
[`--allow-child-process`]: #--allow-child-process
2576+
[`--allow-fs-read`]: #--allow-fs-read
2577+
[`--allow-fs-write`]: #--allow-fs-write
2578+
[`--allow-worker`]: #--allow-worker
25752579
[`--cpu-prof-dir`]: #--cpu-prof-dir
25762580
[`--diagnostic-dir`]: #--diagnostic-dirdirectory
25772581
[`--experimental-sea-config`]: single-executable-applications.md#generating-single-executable-preparation-blobs

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.