Denied

data class Denied(val userResponse: String) : ShellCommandConfirmation(source)

Command execution denied with explanation.

Constructors

Link copied to clipboard
constructor(userResponse: String)

Properties

Link copied to clipboard

A free-form user reply when not approving; may be a reason or simply a "no".