Versions in this module Expand all Collapse all v0 v0.4.0 Feb 20, 2025 v0.3.5 Feb 5, 2025 Changes in this version + var ErrClientFailed = errors.New("client failed") + type Client struct + Args []string + DisableColor bool + ProjectDir string + func NewClient(args ...string) Client + func (c Client) Execute(ctx context.Context) ([]byte, error)