You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application ahs the Shutdown method...
It would be handy if the "Runnable had a "shutdown(&mut self, shutdown: Shutdown)"
Or did I miss something ?
Thanks again for sharing this project...
It's been a great time saver...
JR
The text was updated successfully, but these errors were encountered:
Is there a way to hook into the help system to generate a list ?
Not really. For what it's worth, we're looking at replacing the library we use for command line option parsing: #298
It would be handy if the "Runnable had a "shutdown(&mut self, shutdown: Shutdown)"
Or did I miss something ?
There's been some work on graceful shutdown in the signal handler, however the way you'd ultimately exit is by having fn run complete, at which point your program exits.
Hi..
I'm trying to get help implemented for an option...
the option : "DEVICE-TYPE"
has a dynamic list of options...
Is there a way to hook into the help system to generate a list ?
Also... Is there a way to hook in with the "Graceful" shutdown ?
Given that my app uses Tokio:
The application ahs the Shutdown method...
It would be handy if the "Runnable had a "shutdown(&mut self, shutdown: Shutdown)"
Or did I miss something ?
Thanks again for sharing this project...
It's been a great time saver...
JR
The text was updated successfully, but these errors were encountered: