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

https://github.com/insign/dart_all_exit_codes

Just terminal exit codes with more description to use in dart
https://github.com/insign/dart_all_exit_codes

dart

Last synced: 10 months ago
JSON representation

Just terminal exit codes with more description to use in dart

Awesome Lists containing this project

README

          

Just terminal exit codes with more description to use in dart

## Getting started

```dart
dart pub add all_exit_codes
```
## Usage

```dart
import 'package:all_exit_codes/all_exit_codes.dart';

Never main() {
print('Maybe you are using this command wrong. Check the usage.');
exit(wrongUsage);
}
```

## LICENSE

[BSD 3-Clause License](./LICENSE)

## CONTRIBUTE
> Just do a PR