diff options
| author | Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> | 2023-05-19 16:47:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-19 16:47:25 +0200 |
| commit | 42f1586880d323442d7bf7cc2ec7bec70375b4d8 (patch) | |
| tree | 4466ebe6b1060efa35ba2c5197e74025d7f7b28e /Cargo.lock | |
| parent | 42c3a6fa72be91c115e28e3866012b95b4d63cf4 (diff) | |
cli: Emit escape codes only if output is a tty (#1188)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2276,6 +2276,7 @@ dependencies = [ name = "typst-cli" version = "0.3.0" dependencies = [ + "atty", "chrono", "clap 4.2.5", "clap_complete", |
