bisq/cli
Chris Beams d48f9eb6f0
Tighten up error handling
This commit factors out a run() method in CliMain that either returns
(void) or throws an exception. This eliminates the need to call
System.exit in so many places as were previously. Indeed, now there is
only one place where System.exit is called.

It also removes the duplication of printing "Error: ..." to stderr when
something goes wrong by doing this once in the global catch clause in
the main method.
2020-05-04 13:58:46 +02:00
..
src/main Tighten up error handling 2020-05-04 13:58:46 +02:00
test.sh Remove note to self 2020-04-26 16:54:10 -03:00