Olivia5k / doge

wow very terminal doge
https://pypi.python.org/pypi/doge/
MIT License
961 stars 91 forks source link

No exit for small screen #68

Closed BD103 closed 1 year ago

BD103 commented 3 years ago

Hi! I'm building a package that depends Doge. I built a wrapper for the command doge that used something like the following:

from doge.core import main as doge_main

def motd():
  doge_main()

When I used a small screen, it stops the entire program, not just the function. It would be better if it just left the message to stderr, then continued on. (I can PR if you want.)