Skip to content

Commit 0a2f0dc

Browse files
committed
Switch from clap to lexopt
1 parent 2d36c6a commit 0a2f0dc

File tree

4 files changed

+90
-234
lines changed

4 files changed

+90
-234
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ v0.3.0 (in development)
1212
- Correct the accepted format for URLs that start with `ssh://` (They need to
1313
separate the hostname from the path with a slash rather than a colon)
1414
- Schemes & hostnames in URLs are now parsed case-insensitively
15+
- Switch from clap to lexopt
1516

1617
v0.2.1 (2022-10-19)
1718
-------------------

Cargo.lock

Lines changed: 4 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212
exclude = ["/.*"]
1313

1414
[dependencies]
15-
clap = { version = "4.0.23", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
15+
lexopt = "0.2.1"
1616

1717
[dev-dependencies]
1818
rstest = { version = "0.15.0", default-features = false }

0 commit comments

Comments
 (0)