Arguments

data class Arguments(val exe: String, val args: List<String>)

Constructors

Link copied to clipboard
constructor(exe: String, args: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val exe: String