Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

/**
* <p>This class provides the {@link #main(String[])} entrypoint into the application,
* and also registers some GraalVM features, allowing the application to run properly
* and also registers some GraalVM features, allowing the application to run properly
* as GraalVM native images.</p>
*
*
* @author Ruud Senden
*/
public class FortifyCLI {
Expand All @@ -33,6 +33,7 @@ public static final void main(String[] args) {

private static final int execute(String[] args) {
try {
System.out.println("FCLI9 started");
ConsoleHelper.installJAnsiConsole();
return DefaultFortifyCLIRunner.run(args);
} finally {
Expand Down
Loading
Loading