Closed davschne-unity closed 1 year ago
Closes #10
Use asynchronous overloads of Command.SetHandler to propagate function return codes back to Main (now also async) and add testing for nonzero exit codes on failure. The synchronous overloads ignore the return value of the handler function.
Command.SetHandler
Main
Closes #10
Use asynchronous overloads of
Command.SetHandler
to propagate function return codes back toMain
(now also async) and add testing for nonzero exit codes on failure. The synchronous overloads ignore the return value of the handler function.