SwingShellSuggestionAcceptance
data class SwingShellSuggestionAcceptance(val suggestion: SwingShellSuggestion, val index: Int, val request: SwingShellSuggestionRequest)
Host/provider result accepted by the user.
Properties
Link copied to clipboard
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.