We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--file-path
1 parent 03081cc commit daef413Copy full SHA for daef413
1 file changed
lib/options.js
@@ -61,6 +61,7 @@ function options(flags, configuration) {
61
help: config.help,
62
version: config.version,
63
files: config._,
64
+ filePath: config.filePath,
65
watch: config.watch,
66
extensions: ext.length === 0 ? configuration.extensions : ext,
67
output: config.output,
0 commit comments