Open
Description
When using Flightplan programatically, there's no (simple?) way to wait for the run()
method to finish, inspect the result (success or failure), or capture the output.
I'm trying to use Flightplan in a Slack chatbot and it's not really convenient to use it outside of the CLI interface, which seems to be the primary application of the project, and it's built mostly around it.