Args

data class Args(val path: String, val content: String) : ToolArgs(source)

Specifies which file to write and what text content to put into it.

Constructors

Link copied to clipboard
constructor(path: String, content: String)

Properties

Link copied to clipboard

text content to write to the file (must not be empty)

Link copied to clipboard

absolute filesystem path to the target file