# Functions
AliasFlags is a function to handle backwards compatibility with old flags.
DecryptConfig translates decryptionKeys into a DescriptionConfig structure.
DefaultFormat returns the default image format.
DefaultHistory returns the default add-history setting.
DefaultIsolation returns the default image format.
EncryptConfig translates encryptionKeys into a EncriptionsConfig structure.
GenBuildOptions translates command line flags into a BuildOptions structure.
GetBudFlags returns common build flags.
GetBudFlagsCompletions returns the FlagCompletions for the common build flags.
GetFormat translates format string into either docker or OCI format constant.
GetFromAndBudFlags returns from and build flags.
GetFromAndBudFlagsCompletions returns the FlagCompletions for the from and build flags.
GetLayerFlags returns the common flags for layers.
GetNameSpaceFlags returns the common flags for a namespace menu.
GetNameSpaceFlagsCompletions returns the FlagCompletions for the namespace flags.
GetUserNSFlags returns the common flags for usernamespace.
GetUserNSFlagsCompletions returns the FlagCompletions for the userns flags.
LookupEnvVarReferences returns a copy of specs with keys and values resolved from environ.
UseLayers returns true if BUILDAH_LAYERS is set to "1" or "true" otherwise it returns false.
# Constants
ExecErrorCodeCannotInvoke is the error code to return when the runtime fails to invoke a command an example of this can be found by trying to execute a directory: `podman exec -l /etc`.
ExecErrorCodeGeneric is the default error code to return from an exec session if libpod failed prior to calling the runtime.
ExecErrorCodeNotFound is the error code to return when a command cannot be found.
# Structs
BudResults represents the results for Build flags.
FromAndBugResults represents the results for common flags in build and from.
LayerResults represents the results of the layer flags.
NameSpaceResults represents the results for Namespace flags.
UserNSResults represents the results for the UserNS flags.