summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJohannes Wolf <519002+johannes-wolf@users.noreply.github.com>2023-05-19 16:47:25 +0200
committerGitHub <noreply@github.com>2023-05-19 16:47:25 +0200
commit42f1586880d323442d7bf7cc2ec7bec70375b4d8 (patch)
tree4466ebe6b1060efa35ba2c5197e74025d7f7b28e /Cargo.lock
parent42c3a6fa72be91c115e28e3866012b95b4d63cf4 (diff)
cli: Emit escape codes only if output is a tty (#1188)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b162510..ae71f53d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2276,6 +2276,7 @@ dependencies = [
name = "typst-cli"
version = "0.3.0"
dependencies = [
+ "atty",
"chrono",
"clap 4.2.5",
"clap_complete",