Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(reg *execution.ActionRegistry)
Register registers all shell actions with the given registry.
Types ¶
type Exec ¶
type Exec struct{ Impl *Provider }
Exec executes a POSIX shell command from node's "command" slot.
type PowerShell ¶
type PowerShell struct{ Impl *Provider }
PowerShell executes a PowerShell command from node's "command" slot (Windows).
func (*PowerShell) Name ¶
func (o *PowerShell) Name() string
type Provider ¶
type Provider struct{}
Provider provides shell command execution.
func (*Provider) PowerShell ¶
PowerShell executes a PowerShell command (Windows).
Click to show internal directories.
Click to hide internal directories.