Ed Page
dfebb54423
style: Make clippy happy
2023-10-12 08:32:59 -05:00
Ed Page
5ab2bab62f
Merge pull request #5169 from joshtriplett/minimal-dev-deps
...
Remove unused dev-dependencies
2023-10-10 07:42:31 -05:00
Josh Triplett
416b1a8da7
fix: Remove unused dev-dependencies
...
These dependencies are used elsewhere in clap, but not in these crates.
`cargo test` and `cargo check --examples` both still pass with these
dependencies removed.
2023-10-10 20:11:33 +08:00
Ed Page
1806e28c67
chore: Be consistent in MSRV precision
2023-10-05 20:18:35 -05:00
Ed Page
bac82ef6de
chore: Update from '_rust/main'
2023-10-05 14:52:37 -05:00
Ed Page
5e3b324b5e
chore(ci): Ensure MSRV is quoted
...
Switching from specifying patch to not, with a minor version with a
trailing zero, is causing YAML to convert `1.70` to `1.7`.
2023-10-05 14:41:40 -05:00
Ed Page
29f22c193c
Merge pull request #5160 from epage/docs
...
docs: Provide custom version/help flag examples
2023-10-04 17:01:16 -05:00
Ed Page
da7ebca04e
docs: Provide custom help flag example
2023-10-04 16:25:31 -05:00
Ed Page
e74864f88a
docs: Provide custom version flag example
2023-10-04 16:22:46 -05:00
Ed Page
74beef55a9
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint
...
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension
2023-10-02 15:49:33 -05:00
Ed Page
84999391d0
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_placeholder
...
README.md 'Crates Status' icon link
2023-10-02 15:45:58 -05:00
Ed Page
af2c130138
Merge pull request #5152 from clap-rs/renovate/actions-checkout-4.x
...
chore(deps): update actions/checkout action to v4
2023-09-30 21:17:25 -05:00
renovate[bot]
4054a0c1a5
chore(deps): update compatible (dev) ( #5151 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 01:52:25 +00:00
Ed Page
f97fa94168
Merge pull request #8 from epage/renovate/actions-checkout-4.x
...
chore(deps): update actions/checkout action to v4
2023-09-30 20:38:32 -05:00
renovate[bot]
061432acab
chore(deps): update actions/checkout action to v4
2023-10-01 01:38:02 +00:00
renovate[bot]
6d3f888975
chore(deps): update actions/checkout action to v4
2023-10-01 01:37:07 +00:00
Peter Kehl
cad9b47171
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension.
2023-09-29 23:04:45 -07:00
Peter Kehl
305798083f
README.md 'Crates Status' icon link now uses the Markdown placeholder/substitution name 'Crates.io'
2023-09-29 22:59:44 -07:00
Ed Page
39f5e807af
chore: Release
2023-09-28 14:36:28 -05:00
Ed Page
a5cb6bb988
docs: Update changelog
2023-09-28 14:36:12 -05:00
Ed Page
418c0017a6
Merge pull request #5146 from epage/update
...
chore: Upgrade anstream
2023-09-28 14:35:44 -05:00
Ed Page
485b957c4b
chore: Upgrade anstream
2023-09-28 14:13:54 -05:00
Ed Page
a1af8d9ad8
chore: Update from '_rust/main'
2023-09-26 08:22:27 -05:00
Ed Page
ac51f09250
chore(ci): Normalize json5 syntax
2023-09-26 08:16:47 -05:00
Ed Page
86c29dea38
chore(ci): Updaet Renovate schema
2023-09-26 08:16:33 -05:00
Ed Page
204552890d
chore: Release
2023-09-25 16:31:57 -05:00
Ed Page
55d2230016
docs: Update changelog
2023-09-25 16:31:49 -05:00
Ed Page
492ee03b32
Merge pull request #5140 from epage/dyn
...
fix(complete): Include positionals in subcommands
2023-09-25 16:31:11 -05:00
Ed Page
017c258be1
fix(complete): Include positionals in subcommands
...
Fixes #5139
2023-09-25 16:15:02 -05:00
Ed Page
82c93ce024
test(complete): Verify dynamic subcommand positional completion
2023-09-25 16:10:42 -05:00
Ed Page
c298f6a52c
chore: Release
2023-09-25 15:59:01 -05:00
Ed Page
463d6c52af
docs: Update changelog
2023-09-25 15:58:50 -05:00
Ed Page
3ac44040ef
Merge pull request #5025 from SUPERCILEX/resolve-alias-conflicts
...
fix: Resolve conflicting name inference if from aliases
2023-09-25 15:56:28 -05:00
Alex Saveau
a76789eb8b
fix: Make long subcommand flag inference consistent
...
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2023-09-25 13:28:27 -07:00
Alex Saveau
c2b8ec3bd3
fix: Resolve conflicting name inference if from aliases
...
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2023-09-25 13:18:54 -07:00
Alex Saveau
e5c6993cca
test: Long flags inference
...
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2023-09-25 13:18:50 -07:00
Ed Page
0d9b14fa6e
Merge pull request #5136 from epage/panic
...
fix(assert): Call out the action in positional assert
2023-09-25 10:33:27 -05:00
Ed Page
221177b9cb
fix(assert): Call out the action in positional assert
...
Brought up in #5135
2023-09-25 10:18:37 -05:00
Ed Page
cb2d2bcf07
chore: Update from '_rust/main'
2023-09-20 09:24:25 -05:00
Ed Page
4173c8f476
chore(ci): Don't set patch for MSRV
2023-09-20 09:05:41 -05:00
Ed Page
813298e4fe
chore(ci): Revert experiments
2023-09-20 09:04:52 -05:00
Ed Page
9aabb43e01
chore(ci): Ensure derive_ui gets partially updated
2023-09-20 09:02:55 -05:00
Ed Page
12bd7194b3
chore(ci): Ensure Makefile gets updated
2023-09-20 08:59:51 -05:00
Ed Page
d284d1e5a5
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:56:04 -05:00
Ed Page
fabe1f28ad
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:37:01 -05:00
Ed Page
11c2f86c93
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:30:56 -05:00
Ed Page
70ac5e2274
chore(ci): Test MSRV update
2023-09-20 08:27:52 -05:00
Ed Page
8f4c2bfc38
chore(ci): Don't set patch field
2023-09-20 08:23:40 -05:00
Ed Page
c344edf8b9
docs: Clarify most asserts are for debug builds
2023-09-19 12:38:21 -05:00
Ed Page
e6e539660f
chore: Release
2023-09-18 09:28:47 -06:00