regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

Don't kill terminal when imported #118

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

Currently when rever is imported bad things happen to the xonsh terminal. This may be due to a call to exit which could be avoided depending on the value of an env var. @scopatz