Check return value of result_callback from click cli
I am trying to check the return value of the result_callback
of my cli. In the code below I can check the stdout, but I want the actual value returned.
I am trying to check the return value of the result_callback
of my cli. In the code below I can check the stdout, but I want the actual value returned.