Roland Fredenhagen
a59c175396
fix(complete): Return leading dash on short args
2023-07-28 14:52:05 -05:00
Ed Page
0669994bbc
style: Make clippy happy
2023-07-28 14:51:57 -05:00
Roland Fredenhagen
edabdf72b5
fix(complete): Only return imidiate child subcommands
2023-07-28 14:51:56 -05: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
dac33b686b
test(complete): Only limit by command when needed
2023-07-28 12:52:44 -05:00
Ed Page
fa95531230
test(complete): Make room for alt completion styles
2023-07-28 12:48:36 -05:00
Ed Page
abdb1d513e
refactor(test): Move nushell tests to completest
2023-07-26 21:06:11 -05:00
Ed Page
053c778e98
Merge pull request #5045 from ModProg/fish-dynamic-completions-v3
...
chore(ci): Verify dynamic completion support
2023-07-27 08:01:17 -05:00
Ed Page
71d6a3d3ca
chore: Update completest
2023-07-26 20:48:02 -05:00
Roland Fredenhagen
ab1407f1ae
chore: Fix dynamic completion tests
2023-07-26 23:52:14 +07:00
Roland Fredenhagen
f16a1a76bc
chore: Clippy
2023-07-26 23:48:37 +07:00
Ed Page
f98ba908aa
chore(complete): Update completest
2023-07-24 12:57:56 -05:00
Ed Page
0137a8be65
chore(complete): Update completest
2023-07-21 14:42:49 -05:00
Ed Page
51e37af365
test(complete): Add basic tests for all shells
2023-07-20 20:08:58 -05:00
Ed Page
34a7973e53
refactor(complete): Assert on home change
2023-07-20 20:06:28 -05:00
Ed Page
1d0fa2c6ce
refactor(complete): Make test code reusable
2023-07-20 20:06:08 -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
Ed Page
5c362fe5b1
refactor(complete): Merge test binaries for better parallelism
2023-07-20 20:06:08 -05:00
Ed Page
010d7c5464
test(complete): First end-to-end test
2023-07-20 20:06:01 -05:00
Ed Page
35a9d8438e
fix(complete): Prefer our own sort order
...
For testing, I'm seeing different sort orders for local and CI despite
using the same bash version...
2023-07-20 12:14:24 -05:00
Ed Page
00e9217183
feat(complete)!: Open to new shells for dynamic completions
2023-07-18 21:50:34 -05:00
Ed Page
830dd740ef
feat(complete): Add dynamic-support shell enum
2023-07-18 21:19:54 -05:00
Ed Page
278ae3ec63
refactor(complete): Pull out completer
2023-07-18 21:14:48 -05:00
Ed Page
e3f1ad932b
refactor(complete): Generalize dynamic CLI interface
2023-07-18 21:06:29 -05:00
Ed Page
8e9ded2f6a
fix(complete)!: Pull out generic completion code
2023-07-18 20:42:46 -05:00
Ed Page
e8622c5391
refactor(complete): Split out bash dynamic code
2023-07-18 20:39:34 -05:00
Ed Page
4bbcf6088f
refactor(complete): Split dynamic into a directory
2023-07-18 20:37:51 -05:00
Ed Page
1289534b19
chore: Release
2023-07-05 10:38:09 -05:00
Ed Page
8d7ce55f79
docs: Update changelog
2023-07-05 10:37:56 -05:00
RubixDev
7b5bc6640c
fix(complete): PS short options not case-sensitive
...
fixes #2145
2023-07-04 15:27:47 +08:00
Ed Page
50f0e6bffb
chore: Release
2023-06-01 21:10:46 -05:00
renovate[bot]
534be345d8
chore(deps): update compatible (dev)
2023-06-01 00:38:25 +00:00
Ed Page
9c3dc187cb
chore: Release
2023-05-19 11:55:42 -05:00
Ed Page
5047bb40bd
chore: Release
2023-05-19 11:48:29 -05:00
Cosmic Horror
863dd90ca4
docs(complete): Demo generating all completions
2023-05-13 11:25:55 -06:00
Ed Page
36f79289ca
chore: Release
2023-05-12 10:23:52 +02:00
Ed Page
9d0e4512fa
docs: Update changelog
2023-05-12 10:23:40 +02:00
clubby789
b1b2231db2
fix: Don't emit catchall when we have subcommands
2023-05-10 19:44:02 +01:00
Ed Page
2d4644a870
chore: Release
2023-05-09 21:44:11 +02:00
Ed Page
ea38450643
docs: Update changelog
2023-05-09 21:43:28 +02:00
clubby789
2f97216156
fix: Respect ValueHint::Other
in bash
2023-05-09 20:11:48 +01:00
Yuri Astrakhan
d0302c5556
chore: Inline simple non-mixed format args
2023-05-04 15:58:04 -04:00
Ed Page
47c3b6f580
Merge pull request #4884 from nyurik/impl-order
...
chore: Order trait impl same as trait
2023-05-03 21:14:22 -05:00
Ed Page
5fb1b25799
Merge pull request #4883 from nyurik/happy-clippy
...
chore: Make Clippy happy
2023-05-03 21:13:47 -05:00
Yuri Astrakhan
1dc6304fcf
chore: Order trait impl same as trait
2023-05-03 22:01:16 -04:00
Yuri Astrakhan
ebbdce4820
chore: Make Clippy happy
2023-05-03 21:56:07 -04:00
Yuri Astrakhan
797c23c415
chore: Inline format args using clippy fix
...
This command cleaned up all the format args,
making code significantly shorter and more readable.
```
cargo clippy --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2023-05-03 21:49:11 -04:00