Skip to content

Commit daef413

Browse files
committed
Fix support for --file-path
Closes GH-22.
1 parent 03081cc commit daef413

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function options(flags, configuration) {
6161
help: config.help,
6262
version: config.version,
6363
files: config._,
64+
filePath: config.filePath,
6465
watch: config.watch,
6566
extensions: ext.length === 0 ? configuration.extensions : ext,
6667
output: config.output,

0 commit comments

Comments
 (0)