Add "pretty" subcommand

This commit is contained in:
Joscha 2022-11-20 18:27:25 +01:00
parent 43d5b6d5ae
commit 407786b98c
4 changed files with 74 additions and 1 deletions

View file

@ -7,3 +7,4 @@ edition = "2021"
anyhow = "1.0.66"
chumsky = "0.8.0"
clap = { version = "4.0.26", features = ["derive", "deprecated"] }
pretty = "0.11.3"