supports-hyperlinks 2.0.0

Detects whether a terminal supports rendering hyperlinks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "supports-hyperlinks"
version = "2.0.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Detects whether a terminal supports rendering hyperlinks."
categories = ["terminal"]
repository = "https://github.com/zkat/supports-hyperlinks"
documentation = "https://docs.rs/supports-hyperlinks"
license = "Apache-2.0"
readme = "README.md"
edition = "2018"

[dependencies]
is-terminal = "0.4.0"