orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
514 stars 53 forks source link

Give helpful error messages when passed bad CLI flags #280

Closed cjbrooks12 closed 4 years ago

cjbrooks12 commented 5 years ago

Currently, the app fails at startup with a mess of Guice errors/stacktraces. Orchid should detect bad/missing CLI flags before that point and give a helpful error message rather than continuing with app startup/injection.

cjbrooks12 commented 4 years ago

Moved to #336