Skip to content

Commit aa0ef3e

Browse files
tniessentargos
authored andcommitted
doc: fix --allow-* CLI flag references
PR-URL: #47804 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 98603b6 commit aa0ef3e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/api/cli.md

+7-3
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)