Shell: more aggressive catch/rethrow of errors during command line parse. Avoids stack traces being dumped to the console when an unknown party name is provided.

This commit is contained in:
Mike Hearn
2017-04-25 15:15:08 +02:00
parent aed9495b37
commit 922a760a09
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
package net.corda.node.shell;
// A simple forwarded to the "flow start" command, for easier typing.
// A simple forwarder to the "flow start" command, for easier typing.
import org.crsh.cli.*;