Shell

data class Shell(val command: String) : Command(source)

Constructors

Link copied to clipboard
constructor(command: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toYaml(): Yaml.Scalar.StringLiteral

Converts this object into a Yaml object.