Skip to content

Commit c798f28

Browse files
committed
Keep --name-strategy hidden
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent bf7e255 commit c798f28

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/io/seqera/wave/cli

1 file changed

+1
-1
lines changed

app/src/main/java/io/seqera/wave/cli/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public class App implements Runnable {
191191
@Option(names = {"--include"}, paramLabel = "false", description = "Include one or more containers in the specified base image")
192192
private List<String> includes;
193193

194-
@Option(names = {"--name-strategy"}, paramLabel = "false", description = "Specify the name strategy for the container name, it can be 'none' or 'tagPrefix' or 'imageSuffix'")
194+
@Option(names = {"--name-strategy"}, paramLabel = "false", description = "Specify the name strategy for the container name, it can be 'none' or 'tagPrefix' or 'imageSuffix'", hidden = true)
195195
private ImageNameStrategy nameStrategy;
196196

197197
@CommandLine.Parameters

0 commit comments

Comments
 (0)