mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
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:
@ -12,6 +12,7 @@ func (r *RootCmd) expCmd() *clibase.Cmd {
|
||||
Hidden: true,
|
||||
Children: []*clibase.Cmd{
|
||||
r.scaletestCmd(),
|
||||
r.errorExample(),
|
||||
},
|
||||
}
|
||||
return cmd
|
||||
|
Reference in New Issue
Block a user