Rabbit

Results 7 issues of Rabbit

```sh npx foy Usage: $ cli.js [options] ^-------------- should be foy ```

should we support follow syntax? ```js task('foo', 'bar') ``` Now should write to: ```js task('foo', ['bar']) ``` and throw: ```sh dependencies.map is not a function ```

Hi, I install plv8 from pgxn: ```sh $ pgxnclient install plv8 ``` download file was not match sha1: ``` DEBUG: running pg_config --libdir DEBUG: running command: ['/usr/bin/pg_config', '--libdir'] DEBUG: testing...

now value type was `IAnyObject`, would we add a type param to supports this feature. [lib.wx.event.d.ts#L558](https://github.com/wechat-miniprogram/api-typings/blob/master/types/wx/lib.wx.event.d.ts#L558)

`pageRouter` was not defined for component/page instance types https://developers.weixin.qq.com/miniprogram/dev/reference/api/Router.html

Hi, I write a vsc extension want to implement `go to definition`, it require position info. I see that token already has `pos` property, would we also add to `node.source`...