ru.yandex.qatools.allure.command.AllureHelp Maven / Gradle / Ivy
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