mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
docs: fix a option description for config (#928)
This commit is contained in:
@@ -17,7 +17,7 @@ Build nebula.js visualization
|
||||
|
||||
Options:
|
||||
--version Show version number [boolean]
|
||||
--config, -c Path to JSON config file
|
||||
--config, -c Path to a JavaScript config file
|
||||
[string] [default: "nebula.config.js"]
|
||||
--watch, -w Watch source files
|
||||
[choices: "umd", "systemjs"] [default: "umd"]
|
||||
|
||||
@@ -7,7 +7,7 @@ const RX = new RegExp(`${defaultFilename.replace(/\./g, '\\.')}$`);
|
||||
const options = {
|
||||
config: {
|
||||
type: 'string',
|
||||
description: 'Path to config file',
|
||||
description: 'Path to a JavaScript config file',
|
||||
default: defaultFilename,
|
||||
alias: 'c',
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@ Start a development server
|
||||
|
||||
Options:
|
||||
--version Show version number [boolean]
|
||||
--config, -c Path to JSON config file
|
||||
--config, -c Path to a JavaScript config file
|
||||
[string] [default: "nebula.config.js"]
|
||||
--entry File entrypoint [string]
|
||||
--type Generic object type [string]
|
||||
|
||||
@@ -8,7 +8,7 @@ const RX = new RegExp(`${defaultFilename.replace(/\./g, '\\.')}$`);
|
||||
const options = {
|
||||
config: {
|
||||
type: 'string',
|
||||
description: 'Path to config file',
|
||||
description: 'Path to a JavaScript config file',
|
||||
default: defaultFilename,
|
||||
alias: 'c',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user