Commit graph

203 commits

Author SHA1 Message Date
Ed Page
c92fca3a8f docs(complete): Clarify CompleteEnv's Shell trait 2024-09-17 15:16:32 -05: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
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
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
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
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
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
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
b04bf72436 fix(complete)!: Be consistent in value language 2024-08-22 12:29:48 -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
bb6493e890 feat(complete): Offer - as a path option 2024-08-21 14:24:16 -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
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
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
b38538d7c4 fix(complete)!: Rename dynamic to engine
This serves as a more specific name.
2024-08-19 10:37:51 -05:00
Ed Page
0209a79031 fix(complete): Don't cause endless completions for bash/zsh
Reported on #5677
2024-08-19 10:26:16 -05:00
shanmu
59bf26dd56 feat(clap_complete): Support delimiter values in native completions 2024-08-16 15:54:01 -05:00
shannmu
ccecab394b test(clap_complete): Add test cases for delimiter_values support 2024-08-16 15:54:01 -05:00
Ed Page
de723aaf8a fix(complete)!: Flatten in prep for stabilization 2024-08-16 10:35:07 -05:00
Ed Page
c402ec61ee feat(complete): Env hook for dynamic completions
Fixes #3930
2024-08-12 10:53:24 -05:00
Ed Page
6288e1169d test(complete): Specialize tests 2024-08-12 10:40:41 -05:00
Ed Page
cddbb5689f fix(complete): Correct version check 2024-08-12 08:29:11 -05:00
Ed Page
63740539d3 style: Order fn attributes 2024-08-12 08:26:42 -05:00
Ed Page
f75251f5ae fix(complete)!: Rename shells to command 2024-08-12 08:12:21 -05:00
Ed Page
b94fce3242 fix(complete)!: Put CompleteCommand behind unstable-command
Avoid the cost of the deps when not needed.
2024-08-10 20:41:01 -05:00
Ed Page
d69e0dc777 fix(complete)!: Rename ShwllCompleter to CommandCompleter
This opens space for several completion strategies
2024-08-10 20:24:53 -05:00
Ed Page
64bf287e68 fix(complete)!: Switch --shell to a positional
This matches how I've seen it done elsewhere
and removes extra boilerplate
2024-08-10 19:38:59 -05:00
Ed Page
c9df58bcf7 fix(complete)!: Remove --register
Our focus is on encouraging people to generate this on shell load so its
more "auto-updating" as programs are updated.
Having a flag for saving to a file is counter to that goal.
2024-08-10 19:33:49 -05:00
Ed Page
34c86159a9 fix(complete): Ensure bash does not sort, we do 2024-08-10 18:31:30 -05:00
Ed Page
8cb0e7fdaf test(complete): Normalize snapshot format 2024-08-10 18:37:01 -05:00
Ed Page
918cfed43d
Merge pull request #5610 from Mixu78/powershell_hyphens
Add missing option hyphens to generated PowerShell completion scripts
2024-08-09 19:22:30 -05:00
Ed Page
219a1915e9 fix(complete): Improve help output 2024-08-09 16:17:44 -05:00
Ed Page
734cac730c feat(complete): Make '--register' optional 2024-08-09 16:16:15 -05:00
Ed Page
e65e46356d docs(complete): Have dynamic Shell match static Shell 2024-08-09 15:59:59 -05:00
shannmu
f9a87bf1bf feat(clap_complete): Add support for Powershell 2024-08-09 15:48:20 -05:00
Ed Page
38816ddb33 fix(complete)!: Clarify Completer is a ShellCompleter 2024-08-09 14:03:02 -05:00
Ed Page
16366d21f1 fix(complete)!: Move Completer into shells
It only exists for shell-adaptation, so it feels like it better belongs
there.
2024-08-09 14:00:42 -05:00
Ed Page
261116d4b4 fix(complete)!: Rename CustomCompleter::completions to candidates
After thinking on this, I feel like it gives a better sense that the
user doesn't get a say in the completion but they give us the options
and we take care of it.
2024-08-09 13:56:47 -05:00
shanmu
7fd7b3e40b feat(clap_complete): Support to complete custom value of argument 2024-08-08 23:47:17 +08:00