Merge pull request #225 from taskchampion/issue217

Support multiple exit codes
This commit is contained in:
Dustin J. Mitchell
2021-05-21 10:26:24 -04:00
committed by GitHub
23 changed files with 112 additions and 34 deletions

View File

@@ -10,6 +10,7 @@ build = "build.rs"
dirs-next = "^2.0.0"
env_logger = "^0.8.3"
anyhow = "1.0"
thiserror = "1.0"
log = "^0.4.14"
nom = "^6.1.2"
prettytable-rs = "^0.8.0"