Skip to content

Commit f6a7dd5

Browse files
authored
refactor: remove --setup-exit-signals (#3229)
1 parent 0c3f817 commit f6a7dd5

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ Options:
9999
--no-client-progress Do not print compilation progress in percentage in the browser.
100100
--client-overlay Show a full-screen overlay in the browser when there are compiler errors or warnings.
101101
--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.
104102
--open [value...] Open the default browser.
105103
--no-open Do not open the default browser.
106104
--open-app <value> Open specified browser.

bin/cli-flags.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,6 @@ module.exports = {
123123
delete opts.clientOverlay;
124124
},
125125
},
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-
},
139126
// TODO remove in the next major release in favor `--open-target`
140127
{
141128
name: 'open',

test/cli/__snapshots__/cli.test.js.snap.webpack4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ Options:
200200
there are compiler errors or warnings.
201201
--no-client-overlay Do not show a full-screen overlay in the browser
202202
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.
206203
--open [value...] Open the default browser.
207204
--no-open Do not open the default browser.
208205
--open-app <value> Open specified browser.

test/cli/__snapshots__/cli.test.js.snap.webpack5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ Options:
202202
there are compiler errors or warnings.
203203
--no-client-overlay Do not show a full-screen overlay in the browser
204204
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.
208205
--open [value...] Open the default browser.
209206
--no-open Do not open the default browser.
210207
--open-app <value> Open specified browser.

0 commit comments

Comments
 (0)