type Globals struct {
NoColor bool `help:"Do not color output (the default when in a non-interactive shell)."`
Quiet bool `short:"q" help:"Do not print anything on the terminal except errors."`
Version flagVersion `short:"v" help:"Print the version number and exit."`
}