We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2e6dc commit 3be04efCopy full SHA for 3be04ef
src/main/java/custom/application/v1/plantuml.java
@@ -27,7 +27,7 @@ public void init() {
27
28
}
29
30
- @Action(value = "generate-uml", mode = org.tinystruct.application.Action.Mode.CLI)
+ @Action(value = "generate-uml", mode = Action.Mode.CLI)
31
public List<String> generateUML() throws ApplicationException, IOException {
32
if (getContext().getAttribute("--plantuml-script") == null)
33
throw new ApplicationException("Missing --plantuml-script");
0 commit comments