We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dfebc commit 6ba4096Copy full SHA for 6ba4096
bin/cli-flags.js
@@ -23,6 +23,7 @@ module.exports = {
23
name: 'live-reload',
24
type: Boolean,
25
description: 'Enables live reloading on changing files.',
26
+ negatedDescription: 'Disables live reloading on changing files.',
27
negative: true,
28
},
29
{
@@ -63,6 +64,7 @@ module.exports = {
63
64
name: 'setup-exit-signals',
65
66
description: 'Close and exit the process on SIGINT and SIGTERM.',
67
+ negatedDescription: 'Do not close and exit the process on SIGNIT and SIGTERM.',
68
69
70
0 commit comments