An open API service indexing awesome lists of open source software.

https://github.com/ronanrodrigo/errorinfo

A Command Line Interface to get info about an error from Apple APIs
https://github.com/ronanrodrigo/errorinfo

apple cli swift

Last synced: about 1 year ago
JSON representation

A Command Line Interface to get info about an error from Apple APIs

Awesome Lists containing this project

README

          

# Error Info
A Command Line Interface to get info about an OS error that you received on your app. The current implementation is a web-scraping of the [OSStatus.com](https://osstatus.com).

## Install and Usage
First, install [Mint](https://github.com/yonaskolb/Mint) a package manager that installs and runs executable Swift packages, and then install the error info CLI.
```
brew install mint
mint install ronanrodrigo/errorinfo
```

[![asciicast](https://i.imgur.com/b3FO9TL.png)](https://asciinema.org/a/391291)