()
| 58 | } |
| 59 | |
| 60 | func (ae *AuthError) Error() string { |
| 61 | return ae.err.Error() |
| 62 | } |
| 63 | |
| 64 | func NewCmdRoot(f *cmdutil.Factory, telemetry ghtelemetry.CommandRecorder, version, buildDate string) (*cobra.Command, error) { |
| 65 | io := f.IOStreams |
no outgoing calls