package
0.0.4
Repository: https://github.com/linuxsuren/md-exec.git
Documentation: pkg.go.dev

# Functions

NewRootCommand returns the instance of cobra.Command.
NewScriptRunners returns the instance of ScriptRunners.

# Structs

GolangScript represents the Golang script.
GroovyScript represents the Python script.
PythonScript represents the Python script.
QuitRunner represents a runner for quit.
Script represents a script object.
ShellScript represents the shell script.

# Interfaces

ScriptRunner is the interface of a common runner.

# Type aliases

ScriptRunners is an alias of the ScriptRunner slice.