fix(core): add description to dry-run parameter (#2919)
This commit is contained in:
parent
09baaaa8ba
commit
5994a9d068
@ -246,7 +246,11 @@ function printGenHelp(
|
|||||||
...schema,
|
...schema,
|
||||||
properties: {
|
properties: {
|
||||||
...schema.properties,
|
...schema.properties,
|
||||||
dryRun: `Runs through and reports activity without writing to disk.`
|
dryRun: {
|
||||||
|
type: 'boolean',
|
||||||
|
default: false,
|
||||||
|
description: `Runs through and reports activity without writing to disk.`
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
logger
|
logger
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user