sudotac
e25b1abddf
feat(complete): Add DirPath support in bash
2024-01-20 21:29:50 +09:00
sudotac
3a222def22
fix(complete): Fix path completion in bash
...
Fix #5239
2024-01-20 21:29:06 +09:00
Ed Page
6fcba9821d
fix(complete): Don't provide help output for user
...
We shouldn't be injecting help when being flattened.
Unsure why this made tests fail inconsistentkly between CI and local
2024-01-15 12:51:45 -06:00
Henry Hsieh
2b48858ba8
fix: Skip nosort option below bash 4.4
2024-01-02 21:14:20 +08:00
Ed Page
29208083b0
test: Update snapshots
2023-12-27 12:09:15 -06:00
jporwal05
34291a2b46
fix: (fish-completion) Help for value enum
...
Resolves #5101
- The completion of value enums now displays accurate help text
- This fix encloses help text in single quotes
- Any text after tab is taken as help text
- Comma in help text is not escaped
- This is because the the help text is now treated as literal
- No variable expansion or command substitution in help text
2023-09-07 17:54:28 +05:30
jporwal05
ca06c321c5
test: (completion) enum value help
...
- Breaking for fish shell
- Matching the bad output to make the test pass
2023-09-07 17:19:43 +05:30
Roland Fredenhagen
5b10a9d83c
test(complete): Test help escaping
2023-08-04 01:20:50 +07:00
Roland Fredenhagen
4f9cf6be20
feat(complete): Dynamic fish completions
2023-08-01 01:42:05 +07:00
Ed Page
12e1877627
fix(complete): Fix bash dynamic completions
2023-07-28 14:10:22 -05:00
Ed Page
56afdabcc0
test(complete): Rename fixture to avoid ambiguity
2023-07-28 13:54:02 -05:00
Ed Page
dc953e95d0
test(complete): Register bash dynamic completions
2023-07-28 13:28:30 -05:00
Roland Fredenhagen
9a6208c795
test(complete): Allow E2E dynamic completion tests
2023-07-28 12:55:57 -05:00
Ed Page
fa95531230
test(complete): Make room for alt completion styles
2023-07-28 12:48:36 -05:00
Ed Page
f98ba908aa
chore(complete): Update completest
2023-07-24 12:57:56 -05:00
Ed Page
51e37af365
test(complete): Add basic tests for all shells
2023-07-20 20:08:58 -05:00
Ed Page
28be38b3a7
refactor(complete): Split tests up
...
This makes them easier to read and and easier to manually invoke
2023-07-20 20:06:08 -05:00