package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
EnsureInstalled checks that all tools are installed, returning an error if one or more tools are not.
No description provided by the author
ExtractVersion extracts a major.minor.patch version number from a typical CLI version flag output.
toolInPath checks to see if a program can be found on the PATH, as exec.LookPath does, returns exec.ErrNotFound in the case where os.LookPath would return exec.ErrNotFound and other errors.
Unique filters a slice of tools such that a tool with a given name only appears once.
No description provided by the author
# Structs
No description provided by the author
ExecOptions provide configuration for how scripts are executed.
No description provided by the author
# Interfaces
No description provided by the author
Utility to easily execute a bash script across platforms.