package
1.8.0-alpha-aaaabbbb1234
Repository: https://github.com/ensono/taskctl.git
Documentation: pkg.go.dev
# Functions
IsExitStatus checks if given `err` is an exit status.
NewDefaultExecutor creates new default executor.
NewJobFromCommand creates new Job instance from given command.
# Structs
DefaultExecutor is a default executor used for jobs Uses `mvdan.cc/sh/v3/interp` under the hood.
Job is a linked list of jobs to execute by Executor.
# Interfaces
Executor executes given job.