Documentation
¶
Index ¶
- type Check
- func (c *Check) And(checker core.Checker) (check *Check)
- func (c *Check) Build() (command *Command)
- func (c *Check) Contains(contains string) *Contains
- func (c *Check) Equal(equal string) *Equal
- func (c *Check) Filepath(pattern string) *Filepath
- func (c *Check) Or(checker core.Checker) (check *Check)
- func (c *Check) Regexp(regexp string) *Regexp
- type Collect
- type Command
- func (c *Command) Arguments(arguments *args.Arguments) (command *Command)
- func (c *Command) Async() (command *Command)
- func (c *Command) Build() *core.Command
- func (c *Command) Charset(charset string) (command *Command)
- func (c *Command) Check() *Check
- func (c *Command) Collect() *Collect
- func (c *Command) Context(ctx context.Context) (command *Command)
- func (c *Command) Count() *Count
- func (c *Command) Dir(dir string) (command *Command)
- func (c *Command) Echo() (command *Command)
- func (c *Command) Environment() *Environment
- func (c *Command) Name(name string) (command *Command)
- func (c *Command) Notify() *Notify
- func (c *Command) Pwe() (command *Command)
- type Contains
- type Count
- type Environment
- type Equal
- type Filepath
- type Line
- type Notify
- type Regexp
- type String
- type Strings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func (*Command) Environment ¶
func (c *Command) Environment() *Environment
type Contains ¶
func NewContains ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func NewEnvironment ¶
func NewEnvironment(command *Command) *Environment
func (*Environment) Build ¶
func (e *Environment) Build() (command *Command)
func (*Environment) Kv ¶
func (e *Environment) Kv(key string, value any) (environment *Environment)
func (*Environment) String ¶
func (e *Environment) String(environments ...string) (environment *Environment)
type Filepath ¶
func NewFilepath ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.