Documentation
¶
Overview ¶
Package commands
This packages contains the callable commands and the command handler that can be issued from editors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditorCommandExecutor ¶
type EditorCommandExecutor struct {
// contains filtered or unexported fields
}
func NewEditorCommandExecutor ¶
func NewEditorCommandExecutor(rootDir string, dirLevel int) EditorCommandExecutor
func (*EditorCommandExecutor) Run ¶
func (e *EditorCommandExecutor) Run(command *protocol.ExecuteCommandParams, messenger utils.Messenger, executor utils.Commander) error
Click to show internal directories.
Click to hide internal directories.