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
commit 7f046a8e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"