We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e761 commit 0da922aCopy full SHA for 0da922a
1 file changed
org.omg.sysml.xtext/src/org/omg/sysml/xtext/util/SysMLRepositoryLoadUtil.java
@@ -77,7 +77,7 @@ public static SysMLRepositoryLoadUtil createUsingArgs(String... args) throws Par
77
Options options = new Options().addOption(repositoryOption).addOptionGroup(projectOption).addOption(targetOption).addOption(localLibrary);
78
79
80
- CommandLineParser parser = new DefaultParser();
+ CommandLineParser parser = new DefaultParser(false);
81
82
CommandLine cli = parser.parse(options, args);
83
0 commit comments