bukuta

Results 2 issues of bukuta

Thanks for this great project. Any idea to support `cget install ` with `--save` option? It may be quite convenient to trace dependences , or we should edit the requirements.txt...

I just fall in the hole these days. https://github.com/goatslacker/alt/blob/master/src/utils/AltUtils.js#L54-L57 ```javascript export function dispatchIdentity(x, ...a) {   if (x === undefined) return null   return a.length ? [x].concat(a) : x } ```