You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update URL regex to support longer TLDs like .systems
The URL regex pattern was limited to TLD lengths of 1-6 characters, but
.systems is 7 characters long. Updated the pattern to support TLDs
up to 24 characters to fix the color rendering issue for
https://determinate.systems when using the 'tldr' command.
Co-authored-by: kanetronv2 <kanetronv2@users.noreply.github.com>
0 commit comments