xixishidibei
|
6f07cf1189
|
chore: add the missing symbol
Signed-off-by: xixishidibei <xixishidibei@outlook.com>
|
2024-09-18 16:12:56 +08:00 |
|
Ed Page
|
257d7812b9
|
chore: Release
|
2024-09-17 16:12:36 -05:00 |
|
Ed Page
|
06c5f5f329
|
docs: Update changelog
|
2024-09-17 16:12:29 -05:00 |
|
Ed Page
|
6ac153557c
|
Merge pull request #5733 from epage/bin
fix(complete): Strip wrappers for running completer
|
2024-09-17 17:10:30 -04:00 |
|
Ed Page
|
a7a8f93d6b
|
fix(complete): Strip wrappers for running completer
|
2024-09-17 15:47:46 -05:00 |
|
Ed Page
|
b2c8e445aa
|
feat(complete): Allow user to override bin/completer
|
2024-09-17 15:43:53 -05:00 |
|
Ed Page
|
21c9892efe
|
chore: Release
|
2024-09-17 15:34:35 -05:00 |
|
Ed Page
|
0c8bceb3e9
|
docs: Update changelog
|
2024-09-17 15:34:27 -05:00 |
|
Ed Page
|
d8f102a18c
|
Merge pull request #5732 from epage/consistent
docs(complete): Clarify CompleteEnv's Shell trait
|
2024-09-17 16:33:37 -04:00 |
|
Ed Page
|
c92fca3a8f
|
docs(complete): Clarify CompleteEnv's Shell trait
|
2024-09-17 15:16:32 -05:00 |
|
Ed Page
|
5ca60e9079
|
Merge pull request #5731 from epage/bash
fix(complete): Adjust how IFS is passed to clap
|
2024-09-17 16:16:00 -04:00 |
|
Ed Page
|
5d7c16c60e
|
fix(complete): Adjust how IFS is passed to clap
No idea why using passing along `IFS` isn't workong on my machine (but is for tests).
Fixes #5730
|
2024-09-17 14:54:11 -05:00 |
|
Ed Page
|
df1efca035
|
chore: Release
|
2024-09-05 09:18:05 -05:00 |
|
Ed Page
|
d48bef65af
|
docs: Update changelog
|
2024-09-05 09:17:58 -05:00 |
|
Ed Page
|
6b7aa3d490
|
Merge pull request #5628 from mart-mihkel/complete_hyphen
Support `allow_hyphen_values` in native completions
|
2024-09-05 09:17:05 -05:00 |
|
mart-mihkel
|
57b6cb8e47
|
refactor(complete): Simplify engine::complete
|
2024-09-05 15:15:22 +03:00 |
|
mart-mihkel
|
fbec05e639
|
refactor(complete): Fix typo in hyhpen
|
2024-09-05 15:15:18 +03:00 |
|
mart-mihkel
|
b7cfbdcf96
|
feat(complete): Native support for hyphen values
|
2024-09-05 15:15:14 +03:00 |
|
mart-mihkel
|
1d97c293ba
|
test(complete): Test cases for allow_hyphen_values
|
2024-09-05 15:07:46 +03:00 |
|
Ed Page
|
64e3790461
|
chore: Release
|
2024-09-04 14:36:46 -05:00 |
|
Ed Page
|
1cf50c7754
|
docs: Update changelog
|
2024-09-04 14:36:38 -05:00 |
|
Ed Page
|
085143dc14
|
Merge pull request #5722 from epage/sort
fix(complete): Put clap in chage of Fish ordering
|
2024-09-04 14:34:33 -05:00 |
|
Ed Page
|
e2d336b95f
|
fix(complete): Put clap in chage of Fish ordering
|
2024-09-04 14:28:03 -05:00 |
|
Ed Page
|
059db0c139
|
docs(complete): Clarify what flags we're using
|
2024-09-04 14:26:44 -05:00 |
|
Ed Page
|
19460ee00d
|
chore: Release
|
2024-09-04 14:16:31 -05:00 |
|
Ed Page
|
4b42ce4023
|
docs: Update changelog
|
2024-09-04 14:15:57 -05:00 |
|
Ed Page
|
11920029dc
|
Merge pull request #5721 from epage/update
fix(help): Style arg groups
|
2024-09-04 14:14:21 -05:00 |
|
Ed Page
|
75365ad7d5
|
fix(help): Style arg groups
|
2024-09-04 14:07:59 -05:00 |
|
Ed Page
|
220597eb97
|
refactor: Clean up group formatting
|
2024-09-04 14:03:33 -05:00 |
|
Ed Page
|
8bd63d2721
|
refactor: Use newer anstyle API
|
2024-09-04 13:59:06 -05:00 |
|
Ed Page
|
df19cbb5eb
|
refactor(error): Avoid variable name ambiguity
|
2024-09-04 13:51:58 -05:00 |
|
Ed Page
|
e09f793609
|
Merge pull request #5717 from epage/dyn-tests
test(complete): Verify more shell integration cases
|
2024-09-04 12:55:38 -05:00 |
|
Ed Page
|
931d9acb71
|
refactor(complete): Make it easier to compare tests
|
2024-09-04 12:42:16 -05:00 |
|
Ed Page
|
5286385dac
|
test(complete): Verify space in completed value
|
2024-09-04 12:41:01 -05:00 |
|
Ed Page
|
c3e5d16183
|
test(complete): Verify prefix completions
|
2024-09-04 12:41:01 -05:00 |
|
Ed Page
|
31a4450068
|
Merge pull request #5718 from epage/test-split
test(complete): Run completion tests in parallel
|
2024-09-04 12:40:42 -05:00 |
|
Ed Page
|
a8c8268946
|
test(complete): Run completion tests in parallel
This leaves out bash's tests because we seem to be hittin race
conditions with them in CI when split.
|
2024-09-04 12:28:35 -05:00 |
|
Ed Page
|
c493c85505
|
Merge pull request #5720 from epage/update
chore(complete): Update completest
|
2024-09-04 11:31:10 -05:00 |
|
Ed Page
|
0933080294
|
chore(complete): Update completest
|
2024-09-04 11:21:43 -05:00 |
|
Ed Page
|
ad3c3d5ffe
|
Merge pull request #5719 from epage/completest
chore: Update completest
|
2024-09-04 10:57:36 -05:00 |
|
Ed Page
|
68f924818d
|
chore: Update completest
|
2024-09-04 10:49:27 -05:00 |
|
Ed Page
|
d0e0370134
|
Merge pull request #5712 from clap-rs/renovate/embarkstudios-cargo-deny-action-2.x
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
|
2024-09-03 12:55:22 -05:00 |
|
renovate[bot]
|
d7daf45ada
|
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
|
2024-09-01 01:18:01 +00:00 |
|
Ed Page
|
ba248ab294
|
Merge pull request #5710 from epage/scrape
docs: Ensure examples are scraped
|
2024-08-30 13:38:00 -05:00 |
|
Ed Page
|
3a53bfba4f
|
docs: Ensure examples are scraped
Fixes #5709
|
2024-08-30 13:10:34 -05:00 |
|
Ed Page
|
50f7646cf7
|
Merge pull request #5705 from epage/command
fix(complete)!: Remove CompleteCommand
|
2024-08-28 21:47:36 -05:00 |
|
Ed Page
|
72dda07a42
|
fix(complete)!: Remove CompleteCommand
This just has too many caveats to be worth maintaining
|
2024-08-28 21:29:12 -05:00 |
|
Ed Page
|
d51922c79e
|
test(complete): Use more snapshotting
|
2024-08-28 21:29:05 -05:00 |
|
Ed Page
|
32ed967a0a
|
Merge pull request #5704 from epage/value_parser_error
fix(derive): Improve unsupported field type error message
|
2024-08-28 14:14:05 -05:00 |
|
Ed Page
|
dc13365938
|
fix(derive): Improve unsupported field type error message
This is a bit more unconventional but I think its sufficient improvement
to readability to justify it.
|
2024-08-28 14:03:29 -05:00 |
|