sajattack / discourse-tui

Terminal UI for Discourse forums
MIT License
11 stars 2 forks source link

discourse-tui silently fails when fed non-URL #2

Open vi opened 6 years ago

vi commented 6 years ago
$ discourse-tui users.rust-lang.org
$ echo $?
0

Expected: either open https://users.rust-lang.org or print some error message.

sajattack commented 6 years ago

I think I'll print an error message. This project is really early days and I haven't done much error handling yet.