# Functions
RunPreflightChecks runs a list of preflight checks to ensure they are fulfilled.
# Constants
ArchiveError is the exit code when extracting an archive file fails.
ChangelogError is the exit code when generating the changelog fails.
CompileError is the exit code when compiling a package/file fails.
ConfigError is the exit code when reading or writing the config file fails.
FlagError is the exit code when an undefined or invalid flag is provided to a command.
GenericError is the generic exit code when something fails.
GitError is the exit code when a git command fails.
GitHubError is the exit code when a GitHub request fails.
GoError is the exit code when a go command fails.
GPGError is the exit code when a gpg command fails.
InputError is the exist code when asking for a user input fails.
OSError is the exit code when an OS operation fails.
PreflightError is the exit code when a preflight check fails.
SpecError is the exit code when reading the spec file fails.
Success is the exit code when a command execution is successful.
TemplateError is the exit code when reading or executing a template fails.
# Structs
No description provided by the author
No description provided by the author