Skip to content

Commit

Permalink
Merge pull request #5 from mauri870/refactor-cli-and-errors
Browse files Browse the repository at this point in the history
Switch to structopt crate, improve error handling
  • Loading branch information
mauri870 committed Dec 31, 2018
2 parents 8c2024a + 9d37b57 commit 805b580
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 120 deletions.
161 changes: 160 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ edition = "2018"

[dependencies]
notify = "4.0.0"
clap = "2.32.0"
failure = "0.1.4"
exitfailure = "0.5.1"
structopt = "0.2.14"
Loading

0 comments on commit 805b580

Please sign in to comment.