Skip to content

Commit 593d7ff

Browse files
committed
Restore command usage in --help output
1 parent 73bfdf1 commit 593d7ff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.1 (in development)
2+
-----------------------
3+
- Restore command usage in `--help` output
4+
15
v0.2.0 (2022-10-18)
26
-------------------
37
- Update clap dependency to 4.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghrepo"
3-
version = "0.2.0"
3+
version = "0.2.1-dev"
44
edition = "2021"
55
rust-version = "1.60"
66
description = "Parse & construct GitHub repository URLs & specifiers"
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212
exclude = ["/.*"]
1313

1414
[dependencies]
15-
clap = { version = "4.0.15", default-features = false, features = ["derive", "std", "suggestions", "wrap_help"] }
15+
clap = { version = "4.0.15", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "wrap_help", "usage"] }
1616
fancy-regex = "0.10.0"
1717
lazy_static = "1.4.0"
1818
serde = "1.0.145"

0 commit comments

Comments
 (0)