Skip to content

fix(completion): allow explicit return in command-wide completer#18009

Merged
fdncred merged 1 commit into
nushell:mainfrom
blindFS:fix_command_wide_completion
Apr 17, 2026
Merged

fix(completion): allow explicit return in command-wide completer#18009
fdncred merged 1 commit into
nushell:mainfrom
blindFS:fix_command_wide_completion

Conversation

@blindFS
Copy link
Copy Markdown
Contributor

@blindFS blindFS commented Apr 11, 2026

Fixes #18007

Release notes summary - What our users need to know

Fixed a bug of command-wide completer where explicit return expressions in the completer commands disrupt the functionality.

Tasks after submitting

@fdncred fdncred added notes:fixes Noted in "Bug fixes" section notes:ready Indicates Ready for Release notes labels Apr 17, 2026
@fdncred fdncred merged commit 940a4ec into nushell:main Apr 17, 2026
18 checks passed
@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented Apr 17, 2026

Thanks

@github-actions github-actions Bot added this to the v0.113.0 milestone Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

notes:fixes Noted in "Bug fixes" section notes:ready Indicates Ready for Release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

return breaks command-wide completions

2 participants