Versions in this module Expand all Collapse all v0 v0.0.7 Sep 25, 2025 Changes in this version + var ErrEmptyCommand = errors.New("empty command") + type CmdAct struct + Command string + func New(actCtx map[string]string) (*CmdAct, error) + func (act *CmdAct) Execute(r *remote.Remote, logger *log.Logger) (*orderedmap.OrderedMap[string, string], error) + func (act *CmdAct) Validate(actCtx map[string]string) error