SwingShellSuggestionAcceptance

data class SwingShellSuggestionAcceptance(val suggestion: SwingShellSuggestion, val index: Int, val request: SwingShellSuggestionRequest)

Host/provider result accepted by the user.

Constructors

Link copied to clipboard
constructor(suggestion: SwingShellSuggestion, index: Int, request: SwingShellSuggestionRequest)

Properties

Link copied to clipboard
val index: Int

index of suggestion in the displayed list.

Link copied to clipboard

command-line context that produced the accepted suggestion.

Link copied to clipboard

accepted suggestion.