
io.apiwiz.astrum.cli.AstrumCLIApp Maven / Gradle / Ivy
package io.apiwiz.astrum.cli;
import io.apiwiz.astrum.cli.cmd.LinterCommand;
import picocli.CommandLine;
public class AstrumCLIApp {
public static void main(String[] args) {
int exitCode = new CommandLine(new LinterCommand()).execute(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy