chore: change cli error message handling (#9952)

* chore: add command to easily visualize different errors

* chore: add verbose error printing in cli
This commit is contained in:
Steven Masley
2023-09-29 16:50:23 -05:00
committed by GitHub
parent fa297e1096
commit e9ccb8dc78
5 changed files with 246 additions and 51 deletions

View File

@ -12,6 +12,7 @@ func (r *RootCmd) expCmd() *clibase.Cmd {
Hidden: true,
Children: []*clibase.Cmd{
r.scaletestCmd(),
r.errorExample(),
},
}
return cmd