You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/reference/cli/_commands_reference.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1572,13 +1572,16 @@
1572
1572
{
1573
1573
"name": "require",
1574
1574
"short": null,
1575
+
"long": "require",
1575
1576
"required": false,
1576
1577
"help": "A list of CommonJS modules that will be executed before the main module",
1577
1578
"help_heading": null,
1578
1579
"usage": "--require <FILE>"
1579
1580
},
1580
1581
{
1581
1582
"name": "minimum-dependency-age",
1583
+
"short": null,
1584
+
"long": "minimum-dependency-age",
1582
1585
"required": false,
1583
1586
"help": "(Unstable) The age in minutes, ISO-8601 duration or RFC3339 absolute timestamp (e.g. '120' for two hours, 'P2D' for two days, '2025-09-16' for cutoff date, '2025-09-16T12:00:00+00:00' for cutoff time, '0' to disable)",
0 commit comments