Skip to content

Commit

Permalink
cmd/tailsql: include LinkURLText in the default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 15, 2023
1 parent e5c925c commit 4af58e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tailsql/tailsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func main() {
opts.UIRewriteRules = []tailsql.UIRewriteRule{
uirules.FormatSQLSource,
uirules.FormatJSONText,
uirules.LinkURLText,
}

ctx, cancel := signal.NotifyContext(context.Background(), syscall.SIGINT, syscall.SIGTERM)
Expand Down

0 comments on commit 4af58e4

Please sign in to comment.