class LSProtocol::ExecuteCommandParams

Overview

The parameters of a ExecuteCommandRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(command : String | Nil, arguments : Array(LSPAny) | Nil = nil, work_done_token : ProgressToken | Nil = nil) #

[View source]

Instance Method Detail

def arguments : Array(LSPAny) | Nil #

Arguments that the command should be invoked with.


[View source]
def command : String #

The identifier of the actual command handler.


[View source]
def work_done_token : ProgressToken | Nil #

[View source]