package
0.8.0
Repository: https://github.com/patrickhuber/wrangle.git
Documentation: pkg.go.dev

# Functions

NewEnv creates a new env command.
NewEnvironments returns a new process command for the given filesystem and console.
NewInstall creates a new install package command.
No description provided by the author
NewPackages returns a new packages command object.
NewPrint creates a new environment command.
NewProcessParams creates run command parameters.
NewRun - creates a new run command.
No description provided by the author

# Structs

PrintParams defines parameters for the print command.
PrintParamsInclude defines what additional output to include.

# Interfaces

Env defines an env command.
Environments is an interface for a ProcessesCommand.
Install defines an install package command.
No description provided by the author
PackagesCommand lists all packages in the configuration.
Print represents an environment command.
ProcessParams defines a contract for running a command or executing its environment.
Run represents a run subcommand for the application.
No description provided by the author