![JAR search and dependency download from the Maven repository](/logo.png)
com.kennycason.run.commands.internal.InternalCommand.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of run Show documentation
Show all versions of run Show documentation
Run is a command line shortcut tool
The newest version!
package com.kennycason.run.commands.internal
/**
* Created by kenny on 5/18/16.
*/
interface InternalCommand : Command {
override fun run(command : List)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy