TerminalShellExecutionCommandLine

A command line that was executed in a terminal.

Online Documentation

Properties

Link copied to clipboard

The confidence of the command line value which is determined by how the value was obtained. This depends upon the implementation of the shell integration script.

Link copied to clipboard
abstract val isTrusted: Boolean

Whether the command line value came from a trusted source and is therefore safe to execute without user additional confirmation, such as a notification that asks "Do you want to execute (command)?". This verification is likely only needed if you are going to execute the command again.

Link copied to clipboard
abstract val value: String

The full command line that was executed, including both the command and its arguments.