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

smolok.cmd.Command.groovy Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
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