com.redislabs.picocliredis.HiddenGenerateCompletion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of picocli-redis Show documentation
Show all versions of picocli-redis Show documentation
Picocli configuration for Redis
package com.redislabs.picocliredis;
import picocli.AutoComplete.GenerateCompletion;
import picocli.CommandLine.Command;
@Command(hidden = true, name = "generate-completion")
public class HiddenGenerateCompletion extends GenerateCompletion {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy