shannmu
|
9220bbdeba
|
feat(clap_complete): Support hiding possible values
|
2024-07-19 11:30:36 -05:00 |
|
shannmu
|
4395c31cc5
|
test(clap_complete): Add test case for hiding possible values
|
2024-07-19 11:30:36 -05:00 |
|
shannmu
|
d68c91af95
|
feat(clap_complete): Support hiding subcommands and their aliases
|
2024-07-19 11:20:16 -05:00 |
|
shannmu
|
db1fbc29b9
|
test(clap_complete): Add test case for hiding subcommands and their aliases
|
2024-07-19 11:20:16 -05:00 |
|
shannmu
|
d1e0f6073c
|
feat(clap_complete): Support hiding long flags and their long aliases
|
2024-07-19 22:49:35 +08:00 |
|
shannmu
|
903b73bd1c
|
test(clap_complete): Add test cases for hiding long flags and their long aliases
|
2024-07-19 22:49:35 +08:00 |
|
shannmu
|
67e31af334
|
refactor(clap_complete): Add CompletionCandidate to replace (OsString, Option<StyledStr>)
|
2024-07-19 18:29:16 +08:00 |
|
Ed Page
|
4a8d6806d9
|
Merge pull request #5549 from shannmu/hidden_aliases
feat(clap_complete): Add support for visible subcommand aliases
|
2024-07-17 16:20:17 -05:00 |
|
shanmu
|
152b2e8a55
|
feat(clap_complete): Add support for visible subcommand aliases
|
2024-07-16 16:26:52 +08:00 |
|
shanmu
|
c41d41cbdc
|
test(clap_complete): Add test case for visible subcommand aliases
|
2024-07-16 16:26:02 +08:00 |
|
Ed Page
|
3689a4c867
|
test(complete): Fix snapshots
|
2024-07-05 15:02:08 -05:00 |
|
Ed Page
|
75e2199415
|
chore: Upgrade snapbox
|
2024-05-24 10:13:50 -05:00 |
|
Ed Page
|
800d7cb8ad
|
chore: Update from template
|
2024-05-14 12:27:02 -05:00 |
|
Ed Page
|
5f9cecb6bd
|
chore: Update snapbox/trycmd
|
2024-02-14 16:44:57 -06:00 |
|
Ed Page
|
017c258be1
|
fix(complete): Include positionals in subcommands
Fixes #5139
|
2023-09-25 16:15:02 -05:00 |
|
Ed Page
|
82c93ce024
|
test(complete): Verify dynamic subcommand positional completion
|
2023-09-25 16:10:42 -05:00 |
|
Roland Fredenhagen
|
aa3f47c239
|
test(complete): Help for possible value
|
2023-08-07 14:02:57 +07:00 |
|
Roland Fredenhagen
|
65b9c2b37d
|
test(complete): Helper for asserting dynamic completions
|
2023-08-07 13:46:27 +07:00 |
|
Roland Fredenhagen
|
bdefebf663
|
feat(complete): Show help in dynamic completions
|
2023-08-04 01:20:47 +07:00 |
|
Ed Page
|
56afdabcc0
|
test(complete): Rename fixture to avoid ambiguity
|
2023-07-28 13:54:02 -05:00 |
|
Roland Fredenhagen
|
ab1407f1ae
|
chore: Fix dynamic completion tests
|
2023-07-26 23:52:14 +07:00 |
|
Ed Page
|
5c362fe5b1
|
refactor(complete): Merge test binaries for better parallelism
|
2023-07-20 20:06:08 -05:00 |
|