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
- Host: GitHub
- URL: https://github.com/insign/dart_all_exit_codes
- Owner: insign
- License: bsd-3-clause
- Created: 2023-01-15T05:10:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:43:12.000Z (about 2 years ago)
- Last Synced: 2024-11-16T13:09:22.927Z (over 1 year ago)
- Topics: dart
- Language: Dart
- Homepage: https://pub.dev/packages/all_exit_codes
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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