mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
--no-dev-watch isn't intuitive
This commit is contained in:
parent
e79d55b7d9
commit
c2e169f189
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module.exports = function (program) {
|
|||
)
|
||||
.option('--plugins <path>', 'an alias for --plugin-dir', pluginDirCollector)
|
||||
.option('--dev', 'Run the server with development mode defaults')
|
||||
.option('--no-dev-watch', 'Prevents automatic restarts of the server in --dev mode')
|
||||
.option('--no-watch', 'Prevents automatic restarts of the server in --dev mode')
|
||||
.action(async function (opts) {
|
||||
if (opts.dev && !isWorker) {
|
||||
// stop processing the action and handoff to cluster manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue