Args

data class Args(val path: String, val original: String, val replacement: String)(source)

Arguments required to perform a single edit operation on a file.

Constructors

Link copied to clipboard
constructor(path: String, original: String, replacement: String)

Properties

Link copied to clipboard

The text block to be replaced. Use empty string for new files or full rewrites.

Link copied to clipboard

Absolute path to the file to modify or create.

Link copied to clipboard

The text that will replace the original block.