
smolok.cmd.Command.groovy Maven / Gradle / Ivy
package smolok.cmd
import groovy.transform.CompileStatic
@CompileStatic
interface Command {
boolean supports(String... command)
void handle(OutputSink outputSink, String... command)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy