Changed --inspect to --report to avoid conflict with Node's own debug tools.

This commit is contained in:
DebaucheryLibrarian
2020-12-02 21:26:55 +01:00
parent f5939c81d3
commit be1821b9eb
5 changed files with 6 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ const { argv } = yargs
type: 'boolean',
default: true,
})
.option('inspect', {
.option('report', {
describe: 'Show data in console.',
type: 'boolean',
default: false,