File tree Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ Options:
99
99
--no-client-progress Do not print compilation progress in percentage in the browser.
100
100
--client-overlay Show a full-screen overlay in the browser when there are compiler errors or warnings.
101
101
--no-client-overlay Do not show a full-screen overlay in the browser when there are compiler errors or warnings.
102
- --setup-exit-signals Close and exit the process on SIGINT and SIGTERM.
103
- --no-setup-exit-signals Do not close and exit the process on SIGNIT and SIGTERM.
104
102
--open [value...] Open the default browser.
105
103
--no-open Do not open the default browser.
106
104
--open-app <value> Open specified browser.
Original file line number Diff line number Diff line change @@ -123,19 +123,6 @@ module.exports = {
123
123
delete opts . clientOverlay ;
124
124
} ,
125
125
} ,
126
- {
127
- name : 'setup-exit-signals' ,
128
- type : Boolean ,
129
- configs : [
130
- {
131
- type : 'boolean' ,
132
- } ,
133
- ] ,
134
- description : 'Close and exit the process on SIGINT and SIGTERM.' ,
135
- negatedDescription :
136
- 'Do not close and exit the process on SIGNIT and SIGTERM.' ,
137
- negative : true ,
138
- } ,
139
126
// TODO remove in the next major release in favor `--open-target`
140
127
{
141
128
name : 'open' ,
Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ Options:
200
200
there are compiler errors or warnings.
201
201
--no-client-overlay Do not show a full-screen overlay in the browser
202
202
when there are compiler errors or warnings.
203
- --setup-exit-signals Close and exit the process on SIGINT and SIGTERM.
204
- --no-setup-exit-signals Do not close and exit the process on SIGNIT and
205
- SIGTERM.
206
203
--open [value...] Open the default browser.
207
204
--no-open Do not open the default browser.
208
205
--open-app <value> Open specified browser.
Original file line number Diff line number Diff line change @@ -202,9 +202,6 @@ Options:
202
202
there are compiler errors or warnings.
203
203
--no-client-overlay Do not show a full-screen overlay in the browser
204
204
when there are compiler errors or warnings.
205
- --setup-exit-signals Close and exit the process on SIGINT and SIGTERM.
206
- --no-setup-exit-signals Do not close and exit the process on SIGNIT and
207
- SIGTERM.
208
205
--open [value...] Open the default browser.
209
206
--no-open Do not open the default browser.
210
207
--open-app <value> Open specified browser.
You can’t perform that action at this time.
0 commit comments