ShellCommandConfirmation

User's decision on whether to execute a shell command.

Inheritors

Types

Link copied to clipboard

Command execution approved.

Link copied to clipboard
data class Denied(val userResponse: String) : ShellCommandConfirmation

Command execution denied with explanation.