Skip to content

Commit

Permalink
Pulsar shell: allow custom commands (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli authored Aug 26, 2022
1 parent d0cd3a5 commit 3f9f557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public Properties getConfiguration() {
cause = e;
}
System.err.println(cause.getClass() + ": " + cause.getMessage());
System.exit(1);
exit(1);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public String getAdminUrl() {
@Override
public void setupState(Properties properties) {
getJCommander().setProgramName(getName());
setupCommands(b -> null);
}

@Override
Expand Down

0 comments on commit 3f9f557

Please sign in to comment.