# Functions
Available verifies that the specified `commands` are available within the current `$PATH` environment and returns true if so.
Execute is a convenience function which creates a new Command, executes it and evaluates its status.
GetGlobalVerbose returns the globally set command verbosity.
New creates a new command from the provided arguments.
NewWithWorkDir creates a new command from the provided workDir and the command arguments.
SetGlobalVerbose sets the global command verbosity to the specified value.
# Type aliases
Commands is an abstraction over multiple Command structures.