# Functions
CmdConverter - path and commands to execute.
CommandProvider - Get build command's to execute noinspection GoExportedFuncWithUnexportedType.
ConvertMap converts type map[interface{}]interface{} to map[string]interface{}.
GetBuilder - gets builder type of the module and indicator of custom builder if build-parameter == null or build-parameter.builder == null, return builder=module.type and custom=false else if build-paramete.builder != custom, return builder=build-paramete.builder and custom=true else if build-paramete.builder == custom, return builder=custom and custom=true.
GetModuleAndCommands - Get module from mta.yaml and commands (with resolved paths) configured for the module type.
GetModuleSBomGenCommands - get sbom generate command for module if unknow sbom gen builder or custom builder, empty [][]string and nil error will be return.
GetSBomsMergeCommand - generate merge sbom file command under sbom tmp dir if empty sbomFileNames, return empty commandList, nil error.
# Constants
BadCommandMsg is an error message that is returned when a command line cannot be parsed.
# Structs
Builders list of commands to execute.
Command - specific command.
CommandList - list of command to execute.
ModuleTypes - list of commands or builders related to specific module type.