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

io.github.xfournet.jconfig.cli.CommandContext Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package io.github.xfournet.jconfig.cli;

import com.beust.jcommander.JCommander;
import io.github.xfournet.jconfig.JConfig;

public interface CommandContext {
    JCommander getJCommander();

    JConfig getJConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy