all_exit_codes 2.1.1 copy "all_exit_codes: ^2.1.1" to clipboard
all_exit_codes: ^2.1.1 copied to clipboard

Just terminal exit codes with more description to use in dart

Just terminal exit codes with more description to use in dart

Getting started #

dart pub add all_exit_codes

Usage #

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

CONTRIBUTE #

Just do a PR

1
likes
40
pub points
5%
popularity

Publisher

verified publisherhelio.me

Just terminal exit codes with more description to use in dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on all_exit_codes