sh

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ModuleName = "shell.star"
View Source
const Name = "shell"

Variables

View Source
var Module = &starlarkstruct.Module{
	Name: "shell",
	Members: starlark.StringDict{
		"exec": starlark.NewBuiltin("shell.exec", Exec),
	},
}

Functions

func Exec

func Exec(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple) (starlark.Value, error)

Exec run local command in starlark

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL