type Options struct {
Version string Revision string Created string// DisableExitOnHelp configures if --help should exit or not, used with helpPrinter() DisableExitOnHelp bool
}
Options takes the build information and provides the CLI with correct information