Skip to content

Commit 89ce04d

Browse files
rename build package to menu
Former-commit-id: 9add08ff5a6419f37c30c1ede2a3bdab5b7f5a64
1 parent 065c424 commit 89ce04d

File tree

4 files changed

+941
-3
lines changed

4 files changed

+941
-3
lines changed

src/main/java/com/oracle/weblogicx/imagebuilder/builder/cli/CLIDriver.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.oracle.weblogicx.imagebuilder.builder.cli;
22

33
import com.oracle.weblogicx.imagebuilder.builder.api.model.CommandResponse;
4-
import com.oracle.weblogicx.imagebuilder.builder.cli.build.CreateImage;
5-
import com.oracle.weblogicx.imagebuilder.builder.cli.build.UpdateImage;
4+
import com.oracle.weblogicx.imagebuilder.builder.cli.menu.CreateImage;
5+
import com.oracle.weblogicx.imagebuilder.builder.cli.menu.UpdateImage;
66
import com.oracle.weblogicx.imagebuilder.builder.cli.cache.CacheCLI;
77
import picocli.CommandLine;
88
import picocli.CommandLine.Command;
@@ -18,7 +18,7 @@
1818
@Command(
1919
name = "imagebuilder",
2020
mixinStandardHelpOptions = true,
21-
description = "%nImageBuilder is a tool to help build docker images of WebLogic with selected " +
21+
description = "%nImageBuilder is a tool to help menu docker images of WebLogic with selected " +
2222
"patches and/or psu(s) applied.%n",
2323
version = "1.0",
2424
sortOptions = false,

0 commit comments

Comments
 (0)