Skip to content

Commit

Permalink
use CLAP 3 to generate CLI for zoa_test (openzfs#292)
Browse files Browse the repository at this point in the history
This includes some incidental breaking changes to the CLI.
Specifically, subcommand names and arg long names are all kebab-case,
and a few argument names are simplified.
  • Loading branch information
ahrens authored Mar 24, 2022
1 parent 104e722 commit 2d79c07
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 224 deletions.
95 changes: 85 additions & 10 deletions cmd/zfs_object_agent/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 cmd/zfs_object_agent/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
anyhow = "1.0"
chrono = "0.4.19"
clap = "2"
clap = { version = "3.1.6", features = ["derive"] }
futures = "0.3.13"
git-version = "0.3.5"
itertools = "0.10.3"
Expand Down
Loading

0 comments on commit 2d79c07

Please sign in to comment.