Commit graph

7977 commits

Author SHA1 Message Date
Ed Page
fb24f9b99c fix: Ensure unstable-ext gets enabled 2024-08-07 13:56:43 -05:00
Ed Page
d15c9affeb
Merge pull request #5633 from epage/ext
fix(ext)!: Make extension methods fluent
2024-08-07 10:58:13 -05:00
Ed Page
11538586eb fix(ext)!: Make extension methods fluent 2024-08-07 10:40:07 -05:00
Ed Page
c6d7a32935 test: Include unstable-ext 2024-08-07 10:30:00 -05:00
Ed Page
862a0ffe9b docs: Include unstable-ext 2024-08-07 10:29:42 -05:00
Ed Page
edcaf8fcae
Merge pull request #5619 from epage/reexport
feat(complete): Reexport ValueHint for transition to ArgExt
2024-08-02 10:31:56 -05:00
Ed Page
4db9fce3d7 feat(complete): Reexport ValueHint for transition to ArgExt 2024-08-02 10:24:43 -05:00
Ed Page
e5195fdf77
Merge pull request #5618 from epage/ext
feat(builder): Add Extension API
2024-08-02 10:13:04 -05:00
Ed Page
ddd3b0c6b7 refactor(builder): Move ValueHint to an ArgExt 2024-08-02 09:59:46 -05:00
Ed Page
19f935aa61 feat(builder): Add Extension API 2024-08-02 09:46:44 -05:00
Ed Page
280d921dee refactor(buider): Simplify Extension's design 2024-08-02 08:49:48 -05:00
Ed Page
4edfd7220a docs: Mark unstable-styles feature as deprecated 2024-08-02 08:22:31 -05:00
Ed Page
5f99b060a6
Merge pull request #5617 from epage/color
docs: Cross-link color control to Command::styles
2024-08-02 08:21:13 -05:00
Ed Page
99f1fa6b51 docs: Cross-link color control to Command::styles
Inspired by #5590
2024-08-01 09:52:50 -05:00
renovate[bot]
f3c4216336
chore(deps): Update compatible (dev) (#5616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 00:16:23 +00:00
Ed Page
66b5a122ec chore: Release 2024-07-31 16:26:41 -05:00
Ed Page
a83b724fc1 docs: Update changelog 2024-07-31 16:26:27 -05:00
Ed Page
e19469f0e2
Merge pull request #5615 from epage/wrap
fix(help): Properly wrap subcommand about
2024-07-31 16:24:10 -05:00
Ed Page
360bb3bc11 fix(help): Properly wrap subcommand about
Fixes #5607
2024-07-31 16:17:40 -05:00
Ed Page
58b5bd89ea test(help): Show bad subcommand wrapping 2024-07-31 16:17:40 -05:00
Ed Page
e1f6320730
Merge pull request #5614 from epage/snap
test(help): Switch to snapbox
2024-07-31 16:07:55 -05:00
Ed Page
7b5b61b021 test(help): Switch to snapbox 2024-07-31 15:58:24 -05:00
Ed Page
1490e2434a chore: Update snapbox 2024-07-31 15:38:49 -05:00
Ed Page
6671d93500
Merge pull request #5613 from epage/flatten
fix(derive): Improve flattening-skipped-group assert
2024-07-31 15:30:28 -05:00
Ed Page
13dfdb3870 fix(derive): Improve flattening-skipped-group assert
- Improves the error message
- Happens on initialization, rather than parse, making it so it will
  always show up and not just when certain parts of the CLI are
  exercised

Fixes #5609
2024-07-31 15:19:29 -05:00
Ed Page
e1bdfcc6ad
Merge pull request #5612 from epage/ui
test(derive): Update UI tests to stable
2024-07-31 15:19:00 -05:00
Ed Page
4f875ffe20 test(derive): Show existing flatten behavior 2024-07-31 15:10:32 -05:00
Ed Page
c4e0d67bba test(derive): Update UI tests to stable 2024-07-31 14:52:53 -05:00
Ed Page
d18615dfc0 chore: Release 2024-07-31 12:20:00 -05:00
Ed Page
7d0c7bceaf docs: Update changelog 2024-07-31 12:19:41 -05:00
Ed Page
ca2265c601
Merge pull request #5601 from shannmu/multi-values
Support multiple values in native completions
2024-07-31 12:18:50 -05:00
shannmu
f0bd47506f feat(clap_complete): Support multi-values of positional argument with num_arg(N) 2024-07-31 20:27:37 +08:00
shanmu
3f2466b2f6 test(clap_complete): Add test case for multi-values of positional argument with num_args(N) 2024-07-31 20:25:57 +08:00
shannmu
75a45e5aa0 feat(clap_complete): Support multiple values after flags in native completions 2024-07-30 18:33:43 +08:00
shannmu
5d8c84b83e test(clap_complete): Add test case for multi-values comlpetion after flags 2024-07-30 18:32:29 +08:00
renovate[bot]
16fba4b9f9
chore(deps): Update Rust Stable to v1.80 (#5600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-26 19:38:17 +00:00
Ed Page
8a92f42302
Merge pull request #5603 from epage/lint-1.80
style: Make clippy happy
2024-07-26 14:31:50 -05:00
Ed Page
9c6ef3e057 refactor: Resolve deprecations 2024-07-26 14:24:08 -05:00
Ed Page
82912c3a51 style: Make clippy happy 2024-07-26 14:24:08 -05:00
Ed Page
e014ea659f
Merge pull request #5599 from epage/template
chore: Update from '_rust/main' template
2024-07-26 09:52:16 -05:00
Ed Page
78daebd4ec chore: Upgrade backtrace 2024-07-26 09:36:43 -05:00
Ed Page
e12287d5c8 chore(ci): Skip clap_bench from minimal-versions
Not doing dev packages
2024-07-25 21:04:51 -05:00
Ed Page
9c58c486ce chore(ci): Skip clap_complete_nushell from minimal-versions
Its just too messy to try to handle.
2024-07-25 20:48:46 -05:00
Ed Page
a0ed391882 chore: Update from '_rust/main' template 2024-07-25 16:50:27 -05:00
Ed Page
87d9ae55c7 chore: Fix clippy::lint_groups_priority for 1.80 2024-07-25 15:48:09 -05:00
Ed Page
349ed304cf chore: Release 2024-07-25 13:08:28 -05:00
Ed Page
68ed9ff02d docs: Update changelog 2024-07-25 13:08:20 -05:00
Ed Page
afecaa4f9a
Merge pull request #5576 from shannmu/option_value_new
feat(clap_complete): Support `-fbar` and `-f=bar` in native completions
2024-07-25 13:07:24 -05:00
Ed Page
4a00677024 chore: Release 2024-07-25 08:39:13 -05:00
shannmu
36c849b5bb refactor(clap_complete): Reuse code about shortflag parsing 2024-07-25 14:57:27 +08:00