Documentation
¶
Overview ¶
Package interp runs python/node/custom (and `set shell`-override) task bodies by writing the interpolated body to a temp file and exec-ing the configured interpreter against it (the just shebang/[script] model). No language runtimes are embedded (Principle V). A missing interpreter is an actionable error.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MissingInterpreterError ¶
MissingInterpreterError reports that the configured interpreter is not on PATH.
func (*MissingInterpreterError) Error ¶
func (e *MissingInterpreterError) Error() string
Click to show internal directories.
Click to hide internal directories.