Skip to content

Commit

Permalink
CLI: option to customize the command name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Nov 3, 2023
1 parent 5a8fda2 commit 3bc401b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public class VersionProvider implements CommandLine.IVersionProvider {
private static List<String> VERSION_INFO = null;

public static void initialize(String label, String forceVersion) {
if (VERSION_INFO != null) {
throw new RuntimeException("VersionProvider already initialized");
}
VERSION_INFO = getVersionFromJar(label, forceVersion);
}

Expand Down

0 comments on commit 3bc401b

Please sign in to comment.