commander-starter
commander-starter copied to clipboard
Writing large command line tools in Node
Results
2
commander-starter issues
Sort by
recently updated
recently updated
newest added
Sometimes for command you would need before exit callback which would be called in case of SIGINT, Ctrl+C etc. Some example would be to sensibli close database, p2p connections etc....