Skip to content

Conversation

n9v9
Copy link

@n9v9 n9v9 commented Jun 11, 2025

The arguments used for dynamic completions in fish were missing quotes. This resulted in an error when one of the arguments had a * in it whose expansion matched no file. Once the completion got triggered, fish errored with the message No matches for wildcard [...]. Don't quote the first argument as that is the name of the binary.

Closes #1933

@CLAassistant
Copy link

CLAassistant commented Jun 11, 2025

CLA assistant check
All committers have signed the CLA.

The arguments used for dynamic completions in fish were missing quotes.
This resulted in an error when one of the arguments had a `*` in it
whose expansion matched no file. Once the completion got triggered, fish
errored with the message `No matches for wildcard [...]`. Don't quote
the first argument as that is the name of the binary.
@n9v9 n9v9 force-pushed the issue-1933/quote-fish-args branch from 5eac3d8 to 69ce136 Compare June 11, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command line args should be quoted in generated fish completion script
3 participants