Commit graph

8298 commits

Author SHA1 Message Date
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
Ed Page
a3524273b1 fix(derive): Improve unsupported field type error message 2024-08-28 14:03:18 -05:00
Ed Page
4c386138d2 test(derive): Show ValueParser error 2024-08-28 14:03:00 -05:00
Ed Page
bc6b5ac2e3 test(derive): Require opt-in
These are now running in other situations in CI and feature combinations
have odd side effects on the output.
2024-08-28 14:02:23 -05:00
Ed Page
8d64c4c624 chore: Release 2024-08-27 08:43:32 -05:00
Ed Page
bd8982251f docs: Update changelog 2024-08-27 08:43:26 -05:00
Ed Page
417dcc3881
Merge pull request #5702 from HKalbasi/patch-1
Bump shlex in clap_complete to 1.3.0
2024-08-27 08:42:29 -05:00
hkalbasi
f4687b3224 chore: Bump shlex in clap_complete to 1.3.0 2024-08-27 10:44:23 +03:30
Ed Page
7a28f01acf docs(contrib): Fix tpo 2024-08-23 19:02:16 -05:00
Ed Page
fe810907bd
Merge pull request #5697 from senekor/remo/tytzlynzqrox
fix: typo in CONTRIBUTING.md
2024-08-23 19:01:11 -05:00
Remo Senekowitsch
e4eafba332 fix: Typo in CONTRIBUTING.md 2024-08-23 23:57:05 +02:00
Ed Page
7916028a90 chore: Release 2024-08-22 12:56:47 -05:00
Ed Page
804498d3b1 docs: Update changelog 2024-08-22 12:56:40 -05:00
Ed Page
f9721f1435
Merge pull request #5695 from epage/value
fix(complete)!: Be consistent in value language
2024-08-22 12:37:08 -05:00
Ed Page
b04bf72436 fix(complete)!: Be consistent in value language 2024-08-22 12:29:48 -05:00
Ed Page
0e28259e55 chore: Release 2024-08-21 15:28:25 -05:00
Ed Page
e55c986309 docs: Update changelog 2024-08-21 15:28:16 -05:00
Ed Page
c7157dfe1d
Merge pull request #5692 from epage/self
fix(complete): Allow completing '.'
2024-08-21 15:27:33 -05:00
Ed Page
84252b7123 fix(complete): Allow completing '.' 2024-08-21 15:06:46 -05:00
Ed Page
eded64a13b test(complete): Verify PathCompleter::dir 2024-08-21 15:04:57 -05:00
Ed Page
03d722625a chore: Release 2024-08-21 14:37:02 -05:00
Ed Page
3df70fb2b6 docs: Update changelog 2024-08-21 14:36:53 -05:00
Ed Page
3266c36abf
Merge pull request #5691 from epage/custom
feat(complete): Provide ArgValueCompleter
2024-08-21 14:34:26 -05:00
Ed Page
951762db57 feat(complete): Allow any OsString-compatible type to be a CompletionCandidate 2024-08-21 14:25:40 -05:00
Ed Page
bb6493e890 feat(complete): Offer - as a path option 2024-08-21 14:24:16 -05:00
Ed Page
27b348dbcb refactor(complete): Simplify ArgValueCandidates code 2024-08-21 14:16:52 -05:00
Ed Page
49b8108f8c feat(complete): Add PathCompleter 2024-08-21 14:11:52 -05:00
Ed Page
82a360aa54 feat(complete): Add ArgValueCompleter 2024-08-21 14:11:52 -05:00
Ed Page
47aedc6906 fix(complete): Ensure paths are sorted 2024-08-21 14:11:48 -05:00
Ed Page
431e2bc931 test(complete): Ensure ArgValueCandidates get filtered 2024-08-21 13:52:13 -05:00
Ed Page
9bef07708d test(complete): Simplify ArgValueCandidates test 2024-08-21 13:51:25 -05:00
Ed Page
5f1eb968b4 test(complete): Split ValueHint testing from value completion 2024-08-21 13:45:13 -05:00
Ed Page
d7b8aafdc3 refactor(complete): Dont duplicate complete_path 2024-08-21 13:32:47 -05:00
Ed Page
218ee5d9dc refactor(complete): Move complete_path to long term location
I'd like to remove `ValueHint` eventually
2024-08-21 13:19:39 -05:00
Ed Page
78157e6ce6 fix(complete): Preserve absolute paths 2024-08-21 11:58:11 -05:00
Ed Page
ebb1302e90 refactor(complete): Remove no-op help calls 2024-08-21 11:29:08 -05:00
Ed Page
2f07f3cc61 refactor(complete): Remove manual path splitting 2024-08-21 11:27:55 -05:00
Ed Page
87647d268c
Merge pull request #5689 from a-kenji/fix-typo
fix: Typos in documentation to `CompleteEnv`
2024-08-20 15:19:07 -05:00
a-kenji
4fbbc3a6ca fix: Typos in documentation to CompleteEnv 2024-08-20 22:12:16 +02:00
Ed Page
5034cabe54 chore: Release 2024-08-20 08:59:56 -05:00
Ed Page
b5b690c459 docs: Update changelog 2024-08-20 08:59:48 -05:00
Ed Page
abba1965be
Merge pull request #5688 from epage/rename
fix(complete)!: Rename Custom completer
2024-08-20 08:58:49 -05:00
Ed Page
6ddd5d4e11 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates 2024-08-20 08:49:22 -05:00
Ed Page
71c5e27f8b fix(complete)!: Rename CustomCompleter to ValueCandidates 2024-08-20 08:48:19 -05:00
Ed Page
108907385c chore: Release 2024-08-19 10:47:04 -05:00
Ed Page
c9b8c85f09 docs: Update changelog 2024-08-19 10:46:56 -05:00