All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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