# Functions
Execute configures the Cobra CLI app framework and executes the root command.
# Variables
BuildDate represents the date the software was built.
Commit represents the git commit hash of the software.
Dirty represents whether or not the git repo was dirty when the software was built.
PGOEnabled represents whether or not the build leveraged Profile-Guided Optimization (PGO).
Version represents the version of the software.