jvm Shell¶ data class Shell(val command: String) : Command Constructors¶ Shell¶ constructor(command: String) Properties¶ command¶ val command: String Functions¶ toYaml¶ open override fun toYaml(): Yaml.Scalar.StringLiteral Converts this object into a Yaml object.