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
Ed Page
beeffe80b5
Merge pull request #5545 from shannmu/zsh_glue
...
feat(clap_complete): add native completion support for zsh
2024-07-17 13:30:25 -05:00
shannmu
cef9393c5d
feat(clap_complete): Add zsh support for native completion
2024-07-17 23:29:48 +08: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
44189f3388
chore: Release
2024-07-10 20:34:37 -05:00
Ed Page
f5e7b7a16a
docs: Update changelog
2024-07-10 20:34:29 -05:00
Ed Page
280fb4edee
Merge pull request #5568 from tesuji/fish-nested-sub
...
fish/complete: Generate helper functions to check for subcommands
2024-07-10 20:33:53 -05:00
Lzu Tao
6243d65463
fix: Only generate stubs if has subcommands
2024-07-11 06:01:42 +07:00
Ed Page
f5965e5862
chore: Update dependencies
2024-07-10 10:59:22 -05:00
Ed Page
afd7270a06
chore: Update dev-dependencies
2024-07-10 10:57:41 -05:00
Ed Page
43e7368283
chore: Release
2024-07-08 21:07:21 -05:00
Ed Page
f00dafa690
docs: Update changelog
2024-07-08 21:07:10 -05:00
Ed Page
da1093a4f4
Merge pull request #5574 from zanieb/zb/try-help-custom
...
feat: Show user defined help flags in hints
2024-07-08 21:06:18 -05:00
Lzu Tao
76b9c46241
style: Prefer matching with enum name
2024-07-09 07:51:21 +07:00
Lzu Tao
0462be61cc
doc: Explain why we fallback to the old behavior
2024-07-09 07:40:11 +07:00
Zanie Blue
2eb842cc3b
feat: Show user defined help flags in hints
...
This allows display of user-defined help flags during "try 'help'" style
messages
2024-07-08 19:01:22 -05:00
Zanie Blue
b24deb101f
test: Add coverage for help flag hints
2024-07-08 19:01:22 -05:00
Lzu Tao
eba26a9376
chore: Explain why -lt 3 levels of subcommands
2024-07-09 06:56:31 +07:00
Lzu Tao
1dd1056cd7
fix: Check for real optional arguments
2024-07-07 07:27:47 +07:00
Lzu Tao
e276fc420b
fix: Fix conditions to generate helpers
...
Both should be met.
2024-07-07 00:26:53 +07:00
Lzu Tao
6c706d534b
chore: Use get_action to filter out help/version flags
2024-07-07 00:16:48 +07:00
Lzu Tao
2167fee212
fix(fish): Don't handle level 3 nested subcommand
...
Nested subcommand more than 3 levels is not practical in public.
Take rustup for example, `rustup toolchain install <version>`,
there is only 3 levels of nested subcommands. But there is also
the case of `rustup help toolchain install`, or `rustup toolchain help install`.
2024-07-06 07:58:43 +07:00
Lzu Tao
a6ac45f566
feat(fish): Support nested subcommand completion
2024-07-06 07:27:56 +07:00
renovate[bot]
866d7d14d3
chore(deps): Update compatible (dev) ( #5560 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 21:03:02 +00:00
Ed Page
d14bbc9531
Merge pull request #5567 from epage/c
...
fix: Don't silently ignore complete tests when missing installed shells on CI
2024-07-05 15:44:48 -05:00
Lzu Tao
5448020b18
fix: Install shells for CI
2024-07-05 15:35:01 -05:00
Lzu Tao
1c5a625ad0
fix: Fix wrong cfg(linux)
2024-07-05 15:35:01 -05:00
Lzu Tao
2d2d1f4987
chore: Bump completest
2024-07-05 15:35:01 -05:00
Lzu Tao
7c00ad2e3e
test(comlete): Show all fish completions
2024-07-05 15:34:42 -05:00
Ed Page
3689a4c867
test(complete): Fix snapshots
2024-07-05 15:02:08 -05:00
Ed Page
469d847d35
chore: Release
2024-06-28 12:44:19 -04:00
Ed Page
e323b912a6
docs: Update changelog
2024-06-28 12:43:51 -04:00
Ed Page
7101c644f7
Merge pull request #5557 from tesuji/fish-positional-args-files
...
fish: Use --no-files on subcommands if has no positional args
2024-06-28 11:42:33 -05:00
Lzu Tao
5ee1a2570e
fix(fish): Don't ignore files if has positional args
2024-06-28 10:20:09 +07:00
Ed Page
3a2fb25947
Merge pull request #5547 from tesuji/fish-list
...
clap_complete: Pass a list to `__fish_seen_subcommand_from`
2024-06-26 20:07:14 -05:00
Lzu Tao
1e3681bfbc
refactor: Pass list to __fish_seen_subcommand_from
2024-06-27 07:22:04 +07:00
Lzu Tao
b1a0508cf9
refactor: Rewrite iterator for followup changes
2024-06-27 07:21:18 +07:00
Ed Page
5cc44bb91e
Merge pull request #5548 from tesuji/fish-escape-tab
...
style: fish: escaping tab as \t for more readibility
2024-06-26 12:27:13 -05:00
Lzu Tao
181b9e0d94
test: Ensure optional_value runs
2024-06-26 09:07:07 -04:00
Ed Page
0724b7ba2b
chore: Remove tarpaulin support
2024-06-26 09:03:34 -04:00
Ed Page
80242546e2
chore: Update deps to fix nightly
2024-06-26 09:02:40 -04:00
Lzu Tao
b16f987ad7
style: Escaping tab as \t for more readability for fish
2024-06-25 08:42:49 +07:00
Ed Page
cf151fd46b
Merge pull request #5542 from casey/exit-without-flushing
...
Exit without flushing stdout and stderr
2024-06-21 12:45:51 -05:00
Ed Page
5da658c5a0
Merge pull request #5541 from rustco/master
...
chore: fix some comments
2024-06-20 06:32:42 -05:00
Casey Rodarmor
90b2661ad0
fix: Exit without flushing stdout and stderr
...
Standard out is flushed during `std::rt::cleanup()`, called by
`std::process::exit()`, and standard error is unbuffered, so doesn't
need to be flushed.
2024-06-19 21:19:32 -07:00
rustco
462c5ada4a
chore: fix some comments
...
Signed-off-by: rustco <ruster@111.com>
2024-06-20 11:40:13 +08:00
Ed Page
9c1153d6b4
chore: Release
2024-06-19 16:03:52 -05:00
Ed Page
70e84174a7
Merge pull request #5534 from chrysn-pull-requests/typo-clio
...
docs: Fix typo (cio->clio)
2024-06-14 08:40:26 -05:00
chrysn
deae5929bd
docs: Fix typo (cio->clio)
2024-06-14 13:51:45 +02:00