Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinohmann/exit

Wraps errors with exit code information and conversely produces meaningful exit codes based on errors.
https://github.com/martinohmann/exit

errors exit golang

Last synced: about 1 month ago
JSON representation

Wraps errors with exit code information and conversely produces meaningful exit codes based on errors.

Awesome Lists containing this project

README

        

# exit

[![Build Status](https://github.com/martinohmann/exit/workflows/build/badge.svg)](https://github.com/martinohmann/exit/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/martinohmann/exit/branch/main/graph/badge.svg)](https://codecov.io/gh/martinohmann/exit)
[![Go Report Card](https://goreportcard.com/badge/github.com/martinohmann/exit)](https://goreportcard.com/report/github.com/martinohmann/exit)
[![Go Reference](https://pkg.go.dev/badge/github.com/martinohmann/exit.svg)](https://pkg.go.dev/github.com/martinohmann/exit)
![GitHub](https://img.shields.io/github/license/martinohmann/exit?color=orange)

Wraps errors with exit code information and conversely produces meaningful exit
codes based on errors.

See the [package
documentation](https://pkg.go.dev/github.com/martinohmann/exit) for usage
examples.

## Installation

```
go get -u github.com/martinohmann/exit
```

## License

The source code of exit is released under the MIT License. See the bundled
LICENSE file for details.