We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pcntl_signal is used to handle signals, it would be useful to give CLImate the ability to do something when, for example CTRL+C (SIGTERM) is pressed.
The text was updated successfully, but these errors were encountered:
@pluc Shouldn't this be handled in your app code? Sort of like:
pcntl_signal(SIGTERM, function ($signo) use ($climate) { // $climate->info()... });
Sorry, something went wrong.
No branches or pull requests
pcntl_signal is used to handle signals, it would be useful to give CLImate the ability to do something when, for example CTRL+C (SIGTERM) is pressed.
The text was updated successfully, but these errors were encountered: