Documentation ¶
Index ¶
- Variables
- func AddShellCommand(name string, fun ShellCommand)
- func BundEvalExpression(code string)
- func Eval()
- func EvalDisplayResult(core *tc.TCstate)
- func Fin()
- func Init()
- func IsShellCommand(name string) bool
- func Main()
- func Run()
- func RunFile(core *tc.TCstate, name string)
- func RunShellCommand(name string, core *tc.TCstate)
- func Shell()
- func ShellCommandLast(core *tc.TCstate) interface{}
- func ShellCommandStack(core *tc.TCstate) interface{}
- func ShellCommandVersion(core *tc.TCstate) interface{}
- func ShellDisplayResult(core *tc.TCstate, show bool)
- func Version()
- type ShellCommand
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PROMPT = "[ BUND ] "
)
Functions ¶
func AddShellCommand ¶
func AddShellCommand(name string, fun ShellCommand)
func BundEvalExpression ¶
func BundEvalExpression(code string)
func EvalDisplayResult ¶
func IsShellCommand ¶
func RunShellCommand ¶
func ShellCommandLast ¶
func ShellCommandStack ¶
func ShellCommandVersion ¶
func ShellDisplayResult ¶
Types ¶
type ShellCommand ¶
Click to show internal directories.
Click to hide internal directories.