We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c4ffe commit 80f465dCopy full SHA for 80f465d
src/main/java/emissary/Emissary.java
@@ -120,6 +120,7 @@ protected void execute(String[] args) {
120
} catch (UnmatchedArgumentException e) {
121
dumpBanner();
122
LOG.error("Undefined command: {}", Arrays.toString(args));
123
+ LOG.error("\t {}", e.getLocalizedMessage());
124
HelpCommand.dumpCommands(cli);
125
exit(1);
126
} catch (Exception e) {
0 commit comments