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

io.quarkiverse.playpen.client.util.BaseCommand Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.playpen.client.util;

import picocli.CommandLine;

public class BaseCommand {
    @CommandLine.Mixin
    protected HelpOption helpOption;
    @CommandLine.Spec
    protected CommandLine.Model.CommandSpec spec;
    @CommandLine.Mixin(name = "output")
    protected OutputMixin output;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy