
ru.yandex.qatools.allure.command.AllureHelp Maven / Gradle / Ivy
package ru.yandex.qatools.allure.command;
import io.airlift.command.Help;
/**
* @author Artem Eroshenko
*/
public class AllureHelp extends Help implements AllureCommand {
@Override
public ExitCode getExitCode() {
return ExitCode.NO_ERROR;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy