forked from loafle/openapi-generator-original
[CLI] Fix help command (#1279)
* Bump up airline * Since airline 0.8, "ParserUtil.createInstance" requires CommandFactory
This commit is contained in:
parent
0326558f9a
commit
27fd224828
@ -88,7 +88,7 @@
|
||||
<dependency>
|
||||
<groupId>io.airlift</groupId>
|
||||
<artifactId>airline</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>0.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.lambdaj</groupId>
|
||||
|
@ -84,7 +84,8 @@ public class CompletionCommand
|
||||
null,
|
||||
null,
|
||||
suggesterMetadata.getMetadataInjections(),
|
||||
bindings.build());
|
||||
bindings.build(),
|
||||
new DefaultCommandFactory<Suggester>());
|
||||
|
||||
return suggester.suggest();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user