We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa01df commit efe6d04Copy full SHA for efe6d04
lib/parse-args.js
@@ -92,7 +92,7 @@ function buildYargs (withCommands = false) {
92
.options('allowExternal', {
93
default: false,
94
type: 'boolean',
95
- describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to' +
+ describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to ' +
96
'files discovered in coverage temp files and also src files discovered if using the --all flag.'
97
})
98
.options('src', {
0 commit comments