-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into help-short-alias
- Loading branch information
Showing
15 changed files
with
1,968 additions
and
185 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "argh" | ||
version = "0.1.9" | ||
version = "0.1.12" | ||
authors = ["Taylor Cramer <[email protected]>", "Benjamin Brittain <[email protected]>", "Erick Tryzelaar <[email protected]>"] | ||
edition = "2018" | ||
keywords = ["args", "arguments", "derive", "cli"] | ||
|
@@ -10,9 +10,13 @@ repository = "https://github.com/google/argh" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
argh_shared = { version = "0.1.9", path = "../argh_shared" } | ||
argh_derive = { version = "0.1.9", path = "../argh_derive" } | ||
argh_shared = { version = "0.1.12", path = "../argh_shared" } | ||
argh_derive = { version = "0.1.12", path = "../argh_derive" } | ||
|
||
[dev-dependencies] | ||
once_cell = "1.10.0" | ||
trybuild = "1.0.63" | ||
|
||
[features] | ||
default = ["help"] | ||
help = ["argh_derive/help"] |
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.