Versions in this module Expand all Collapse all v1 v1.1.0 Apr 10, 2024 v1.0.1 Apr 9, 2024 v1.0.0 Apr 9, 2024 Changes in this version + type Command struct + Args []string + Bin string + Hide bool + Stderr bool + Stdin bool + Stdout bool + func NewCommand(bin string, args ...string) *Command + func (c *Command) Make() *exec.Cmd + func (c *Command) Output() (string, error) + func (c *Command) Run() error