The CatchGroup class is currently intercepting all exceptions, removing their stack trace. However, it shouldn't intercept errors coming from the core lib. Each command should properly catch its potential errors and eventually manage it through [ClickException](https://click.palletsprojects.com/en/7.x/api/#click.ClickException).
Which issue(s) this PR fixes
Fixes None
Additional comments
The
CatchGroup
class is currently intercepting all exceptions, removing their stack trace. However, it shouldn't intercept errors coming from the core lib. Each command should properly catch its potential errors and eventually manage it through[ClickException](https://click.palletsprojects.com/en/7.x/api/#click.ClickException)
.Agreements