struct LSP::ExecuteCommandOptions

Included Modules

Defined in:

lsp/protocol/execute_command_options.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(commands : Array(String)) #

[View source]

Instance Method Detail

def commands : Array(String) #

The commands to be executed on the server


[View source]
def commands=(commands : Array(String)) #

The commands to be executed on the server


[View source]