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

org.opencb.opencga.test.cli.options.CommonCommandOptions Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package org.opencb.opencga.test.cli.options;

import com.beust.jcommander.Parameter;

public class CommonCommandOptions {

    public static String logLevel_DEFAULT_VALUE = "off";

    @Parameter(names = "--log-level", description = "Show current version information.")
    public static String logLevel = logLevel_DEFAULT_VALUE;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy