有没有办法将自定义命令行parameter passing给Brunch?

我试图传递自定义的命令行参数早午餐,如下所示:

brunch build -p myCustomArg 

但不pipe我input什么,都会抛出一个错误:

 path\graceful-fs\polyfill.js:18 chdir.call(process, d) Error: ENOENT: no such file or directory, uv_chdir 

至less我在猜测它试图“传递”我所传递的自定义参数,但是却无法识别它们,所以它会中止。

有没有什么特别的论点(比如像nodemon有一个怎样的)来区分早午餐的具体参数?