Documentation ¶
Index ¶
- func Command(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
- func LookPath(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
- func Output(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
- func Run(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
func Command(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
Command implements exec.Command() which executes a command in a subprocess and returns a *exec.Cmd object that can be used to interrogate the success of the operation and view the results.
func LookPath ¶
func LookPath(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
func Output ¶
func Output(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
Output implements the command.Output functionality.
func Run ¶
func Run(s *symbols.SymbolTable, args []interface{}) (interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.