The readme says that auto_close is supposed to only close when the process exits successfully:
"auto_close": True, # auto close terminal if process exits successfully
However this does not appear to be the case, and the NEWS.md file has a line that says:
always close temrinal when auto_close is true regradless return code
Is this intentional? Did an older version of Terminus work this way? If so is it possible to set it to use the old behavior?
The readme says that auto_close is supposed to only close when the process exits successfully: "auto_close": True, # auto close terminal if process exits successfully
However this does not appear to be the case, and the NEWS.md file has a line that says: always close temrinal when auto_close is true regradless return code
Is this intentional? Did an older version of Terminus work this way? If so is it possible to set it to use the old behavior?