Commit graph

8301 commits

Author SHA1 Message Date
Ed Page
29b04fe66a chore(ci): Attempt to benchmark binary size 2024-11-12 14:43:07 -06:00
Ed Page
2e5c74423e
Merge pull request #5814 from epage/parse
refactor(parser): Remove redundant error check
2024-11-12 11:53:55 -06:00
Ed Page
551e0521f2 refactor(parser): Remove redundant error check 2024-11-12 11:38:56 -06:00
Ed Page
424a2431c9
Merge pull request #5811 from epage/notes
docs: Highlight notes/warnings in a block
2024-11-08 12:06:47 -06:00
Ed Page
6f78e2a3ff docs: Highlight notes/warnings in a block 2024-11-08 11:07:48 -06:00
Ed Page
c54ffa17f5 chore: Release 2024-11-04 09:55:55 -06:00
Ed Page
26eab7b4e5 docs: Update changelog 2024-11-04 09:55:44 -06:00
Ed Page
f275804c23
Merge pull request #5805 from epage/style
fix(complete): Adjust dynamic for MSRV
2024-11-04 09:55:08 -06:00
Ed Page
7c7742cae8 fix(complete): Adjust dynamic for MSRV 2024-11-04 09:48:16 -06:00
Ed Page
f1ae3c0e49 style: Make clippy happy 2024-11-04 09:44:03 -06:00
renovate[bot]
5c932b7079
chore(deps): Update Rust crate divan to v0.1.15 (#5798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 04:22:14 +00:00
renovate[bot]
bc0537f589
chore(deps): Update compatible (dev) (#5797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 01:29:21 +00:00
Ed Page
7a6475e3c1 chore: Release 2024-10-29 13:00:38 -05:00
Ed Page
0266c4197f docs: Update changelog 2024-10-29 13:00:31 -05:00
Ed Page
6ec0b43448
Merge pull request #5791 from okapia/zsh-default-fallback
fix(zsh): Use _default as the completion fallback where the ValueHint is Unknown
2024-10-29 12:58:18 -05:00
Oliver Kiddle
e40168c2fd fix(zsh): Use _default as zsh completion fallback
That is for a ValueHint of Unknown. This is consistent with bash where
compgen -f is used in such cases. In long experience with completions
distributed with zsh, the worst thing you can do is break filename
completion as that's the minimum most user's expect.
2024-10-28 21:16:38 +01:00
Ed Page
55a18f518b chore: Release 2024-10-23 20:24:16 -05:00
Ed Page
3b0563580d fix(complete): Ensure new enough clap is used 2024-10-23 20:24:07 -05:00
Ed Page
5d2cdac3e6 chore: Release 2024-10-23 20:17:03 -05:00
Ed Page
f1c10ebe58 docs: Update changelog 2024-10-23 20:16:56 -05:00
Ed Page
a4d1a7fe2b chore(ci): Take a break from template updates 2024-10-23 20:16:09 -05:00
Ed Page
e95ed396c4
Merge pull request #5775 from vivienm/master
chore(complete): Add descriptions to dynamic Zsh completions
2024-10-24 09:14:31 +08:00
renovate[bot]
18f8d4c3f5
chore(deps): Update Rust Stable to v1.82 (#5788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 13:54:45 +00:00
Ed Page
f35d8e09fb
Merge pull request #5787 from epage/template
chore: Update from '_rust/main' template
2024-10-23 21:48:32 +08:00
Ed Page
1389d7d689 chore: Update from '_rust/main' template 2024-10-23 08:37:55 -05:00
Ed Page
dbc9faa79d chore(ci): Initialize git for template update 2024-10-23 08:31:20 -05:00
Ed Page
3dac2f3683 chore(ci): Get history for template update 2024-10-23 08:29:12 -05:00
Ed Page
e1f77dacf1 chore(ci): Fix branch for template update 2024-10-23 08:26:27 -05:00
Ed Page
e6d6de9672 chore(ci): Specify image for template update 2024-10-23 08:24:56 -05:00
Ed Page
6ce7729c84 chore(ci): Fix permissions for template update 2024-10-23 08:23:51 -05:00
Ed Page
19e103d79e chore(ci): Experiment with template update 2024-10-23 08:22:41 -05:00
Vivien Maisonneuve
81d92682ce chore(complete): Add descriptions to dynamic Zsh completions 2024-10-21 15:35:19 +02:00
Ed Page
e121dd6ef9 chore(ci): Fix STABLE updates
See rust-lang/cargo#14704
2024-10-21 15:39:54 +08:00
Ed Page
8db276fc5b docs: Cross-reference source code view 2024-10-21 10:35:12 +08:00
Ed Page
61f5ee514f chore: Release 2024-10-08 08:56:17 -05:00
Ed Page
3e6538427f docs: Update changelog 2024-10-08 08:55:52 -05:00
Ed Page
fca8f73c2c
Merge pull request #5706 from shannmu/external_subcommand
feat: Simple support to complete external subcommand
2024-10-08 09:54:27 -04:00
shannmu
fc82a3e528 feat(complete): Support to complete custom external subcommand 2024-10-08 15:49:02 +08:00
shannmu
6a09122421 test(complete): Add test for external subcommand 2024-10-07 16:29:44 +08:00
Ed Page
d2874a50cf
Merge pull request #5766 from epage/completer
feat: Add CommandExt support
2024-10-02 13:52:39 -04:00
Ed Page
a767a97c79 feat: Add CommandExt support 2024-10-02 12:25:56 -05:00
Ed Page
32853d7b19 refactor(builder): Make Ext code similar for Arg, Command 2024-10-02 12:24:35 -05:00
Ed Page
e9ce1be707 refactor(builder): Rename AppTag to AppExt 2024-10-02 12:24:15 -05:00
Ed Page
f89afeb861 refactor(complete): Put most general completer first 2024-10-02 12:05:53 -05:00
Ed Page
81b9db2da0 chore: Release 2024-10-02 12:03:17 -05:00
Ed Page
d3d7a17e82 chore: Merge branch 'master' into upstream/master 2024-10-02 12:02:31 -05:00
Ed Page
361114ef0f chore: Release 2024-10-02 12:01:34 -05:00
Ed Page
b693fc0fa3 docs: Update changelog 2024-10-02 12:01:27 -05:00
Ed Page
7100091a69
Merge pull request #5765 from epage/complete
refactor(complete): Better separate concerns
2024-10-02 12:59:57 -04:00
Ed Page
e90b2daf5e refactor(complete): Pull our registration writing 2024-10-02 10:10:58 -05:00