mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Remove BisqException parser calls for options already moved to Config
Set OptionParser.allowsUnrecognizedOptions(true) to make sure BisqEnvironment doesn't fail while options are still being transferred one-by-one to Config.
This commit is contained in:
parent
f029fea386
commit
6c1ef5921c
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ public abstract class BisqExecutable implements GracefulShutDownHandler, BisqSet
|
|||
initAppDir(config.getAppDataDir());
|
||||
|
||||
OptionParser parser = new OptionParser();
|
||||
parser.allowsUnrecognizedOptions();
|
||||
parser.formatHelpWith(new BisqHelpFormatter(fullName, scriptName, version));
|
||||
parser.accepts(HELP_KEY, "This help text").forHelp();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue