Skip to content

Commit 27faeae

Browse files
Add model discovery args to smithy select (#2680)
The gradle plugin's select isn't very useful without being able to pass along the classpath gradle is responsible for producing.
1 parent ea7cffc commit 27faeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smithy-cli/src/main/java/software/amazon/smithy/cli/commands/SelectCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public String getSummary() {
6262
@Override
6363
public int execute(Arguments arguments, Env env) {
6464
arguments.addReceiver(new ConfigOptions());
65+
arguments.addReceiver(new DiscoveryOptions());
6566
arguments.addReceiver(new BuildOptions());
6667
arguments.addReceiver(new Options());
6768

0 commit comments

Comments
 (0)