arena-cli
arena-cli copied to clipboard
better error handling
- [x] Don't spit out such a huge error message
- [ ] Find a better way than
Promise.all
to allow the command to continue (maybe another cli option?) upon the failure of one request. Catch within Promise.all?