Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2022 v1.0.0 Feb 1, 2022 Changes in this version + type Command struct + func NewCmd() *Command + func (*Command) FlagBool(name string, value bool, usage string) bool + func (*Command) FlagFloat64(name string, value int64, usage string) float64 + func (*Command) FlagInt(name string, value int, usage string) int + func (*Command) FlagInt64(name string, value int64, usage string) int64 + func (*Command) FlagString(name, value, usage string) string + func (obj *Command) Exec(commName string, arg ...string) (string, error) + func (obj *Command) ExecGrep(commName string, arg ...string) (string, error) + func (obj *Command) ExecPipe(commName string, arg ...string) error + type OS struct + func NewOS() *OS + func (*OS) IsDarwin() bool + func (*OS) IsLinux() bool + func (*OS) IsWindows() bool + func (*OS) Pwd() string + func (obj *OS) Home() (string, error)