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

com.redislabs.picocliredis.HelpCommand Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.redislabs.picocliredis;

import lombok.Data;
import picocli.CommandLine.Command;
import picocli.CommandLine.Option;

@Command(abbreviateSynopsis = true, usageHelpAutoWidth = true)
public @Data class HelpCommand {

	@Option(names = "--help", usageHelp = true, description = "Show this help message and exit")
	private boolean helpRequested;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy