-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary of the updates: - Clap v3 has been released and this PR updates to use it. I did a `cargo upgrade` to update all the other dependencies, but if you prefer me just updraing clap, I can go ahead and do that. - Use assert_cmd for testing cli. This gives a cargo_bin method which is more convenient for integration tests rather than doing cargo run.
- Loading branch information
Showing
6 changed files
with
167 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.