it.auties.protobuf.tool.command.BaseCommand Maven / Gradle / Ivy
package it.auties.protobuf.tool.command;
import picocli.CommandLine.Command;
@Command(
mixinStandardHelpOptions = true,
version = "ModernProtobuf 1.17-SNAPSHOT",
description = "A custom implementation of protobuf written in Java 17",
subcommands = {GenerateSchemaCommand.class, UpdateCommand.class}
)
public class BaseCommand {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy