https://github.com/tpot/node-quitter
A program that quits
https://github.com/tpot/node-quitter
Last synced: 20 days ago
JSON representation
A program that quits
- Host: GitHub
- URL: https://github.com/tpot/node-quitter
- Owner: tpot
- License: bsd-2-clause
- Created: 2024-05-27T09:14:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:06:43.000Z (about 2 years ago)
- Last Synced: 2024-05-28T08:02:33.023Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quitter - A program that quits
This program exits immediately with a specified exit code, or sends itself a
signal to induce an exit. Probably overkill for requirements, but too late now.
## Usage
```
Usage:
quitter [-v|--verbose] [-e|--exit CODE] [-s|--signal NAME]
Options:
-v, --verbose Display some debug output
-e, --exit CODE Exit program with exit status CODE
-s, --signal NAME Send signal NAME to ourselves
```