Skip to content

Commit c3be698

Browse files
add reference to options issue
1 parent a2a1c6f commit c3be698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-cli-node-cli-manpage-options.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const manPagePath = join(rootDir, 'doc', 'node.1');
1919
const manPageContents = readFileSync(manPagePath, { encoding: 'utf8' });
2020

2121
// TODO(dario-piotrowicz): add the missing flags to the node.1 and remove this set
22+
// (refs: https://github.com/nodejs/node/issues/58895)
2223
const knownFlagsMissingFromManPage = new Set([
2324
'build-snapshot',
2425
'build-snapshot-config',

0 commit comments

Comments
 (0)