You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Fprintln(os.Stderr, "\nPlease consider filing a bug on https://github.com/gittuf/gittuf/issues with the stack trace and steps to reproduce this state. Thanks!")
os.Exit(1) // this is the last possible deferred function to run
}
}()
rootCmd := root.New()
if err := rootCmd.Execute(); err != nil {
// We can ignore the linter here (deferred functions are not executed
// when os.Exit is invoked) because if we do have an error, we don't
// have a panic, which is what the deferred function is looking for.