package
0.3.5-alpha
Repository: https://github.com/awslabs/ar-go-tools.git
Documentation: pkg.go.dev

# Functions

GetTargets returns the map from target names to target files that are in the config or the arguments and are used by the tool.
HintForErrorMessage looks for specific error message and returns some other message that might help the user resolve the problem.
LoadConfig loads the config file from configPath.
NewCommonFlags returns a parsed flag set with a given name.
NewUnparsedCommonFlags returns an unparsed flag set with a given name.
SetUsage sets cmd's usage (for --help flag) to output the string cmdUsage followed by each flag's documentation.

# Structs

CommonFlags represents a parsed CLI sub-command flags.
TargetReqs groups the different options that control what targets the analysis should build.
UnparsedCommonFlags represents an unparsed CLI sub-command flags.

# Type aliases

ExcludePaths represents filepaths to exclude.