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

ru.yandex.qatools.allure.command.AllureHelp Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.allure.command;

import io.airlift.airline.Help;

/**
 * @author Artem Eroshenko 
 */
public class AllureHelp extends Help implements AllureCommand {

    @Override
    public ExitCode getExitCode() {
        return ExitCode.NO_ERROR;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy