mirror of
https://github.com/knex/knex.git
synced 2025-12-27 15:08:47 +00:00
Merge pull request #413 from briandela/patch-1
Minor change to the CLI help text
This commit is contained in:
commit
88467f829a
@ -57,7 +57,7 @@ function invoke(env) {
|
||||
.option('--debug', 'Run with debugging.')
|
||||
.option('--knexfile [path]', 'Specify the knexfile path.')
|
||||
.option('--cwd [path]', 'Specify the working directory.')
|
||||
.option('--env [name]', 'environment, default: process.NODE_ENV || development');
|
||||
.option('--env [name]', 'environment, default: process.env.NODE_ENV || development');
|
||||
|
||||
|
||||
commander
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user