Skip to content

Commit

Permalink
cli: Upgrade to latest clap
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jan 15, 2022
1 parent 6305c51 commit 35f2a7c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 85 deletions.
152 changes: 73 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.43"
atty = "0.2.14"
cargo_metadata = "0.14.0"
casual = "0.2.0"
clap = "3.0.0-beta.4"
clap = { version = "3.0.7", features = ["derive"] }
home = "0.5.3"
peter = "0.2.1"
plist = "1.2.1"
Expand Down
Loading

0 comments on commit 35f2a7c

Please sign in to comment.