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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2943,6 +2943,33 @@
2943
2943
"help_heading": null,
2944
2944
"usage": "--v8-flags[=<V8_FLAGS>...]"
2945
2945
},
2946
+
{
2947
+
"name": "watch",
2948
+
"short": null,
2949
+
"long": "watch",
2950
+
"required": false,
2951
+
"help": "Watch for file changes and restart process automatically.\n\u001b[38;5;245mOnly local files from entry point module graph are watched.\u001b[39m",
2952
+
"help_heading": "File watching options",
2953
+
"usage": "--watch"
2954
+
},
2955
+
{
2956
+
"name": "watch-exclude",
2957
+
"short": null,
2958
+
"long": "watch-exclude",
2959
+
"required": false,
2960
+
"help": "Exclude provided files/patterns from watch mode",
2961
+
"help_heading": "File watching options",
2962
+
"usage": "--watch-exclude[=<FILES>...]"
2963
+
},
2964
+
{
2965
+
"name": "no-clear-screen",
2966
+
"short": null,
2967
+
"long": "no-clear-screen",
2968
+
"required": false,
2969
+
"help": "Do not clear terminal screen when under watch mode",
0 commit comments