Skip to content

Bash func should return Stdout response and error #2

@euforic

Description

@euforic

example

out, err := tlkn.Bash("ls -la")
if err != nil {
  log.Fatal(err)
}
fmt.Println(string(out))

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions