com.github.leandroborgesferreira.dagcommand.utils.CommandExecutor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dag-command Show documentation
Show all versions of dag-command Show documentation
Affected gradle modules by branch
package com.github.leandroborgesferreira.dagcommand.utils
interface CommandExecutor {
fun runCommand(command: String): List
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy