Skip to content

Commit 90f3d14

Browse files
committed
fix: fix cli (-docker-service)
1 parent 65f2a06 commit 90f3d14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cli.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ function invoke(env) {
9999
chalk`{blue Knex version: {green ${env.modulePackage.version}}}\n`,
100100
)
101101
.option('--docker', 'Use docker.')
102-
.option('--docker-service', 'Docker service name.')
102+
.option(
103+
'--docker-service [service]',
104+
'Docker service name, default: "postgres".',
105+
)
103106
.option('--knexfile [path]', 'Specify the knexfile path.')
104107
.option('--cwd [path]', 'Specify the working directory.')
105108
.option(

0 commit comments

Comments
 (0)