feat(sentry): enhance error handling by skipping user input errors in CaptureError
This commit is contained in:
parent
8205924917
commit
5e4dbc78ed
2 changed files with 22 additions and 3 deletions
|
|
@ -25,8 +25,9 @@ var (
|
|||
|
||||
func init() {
|
||||
rootCmd = &cobra.Command{
|
||||
Use: "unarr",
|
||||
Short: "unarr — torrent search and management",
|
||||
Use: "unarr",
|
||||
Version: Version,
|
||||
Short: "unarr — torrent search and management",
|
||||
Long: `unarr is a powerful terminal tool for torrent search and management.
|
||||
|
||||
Search 30+ torrent sources, inspect torrent quality, discover popular content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue