Skip to content

Fix bug in bashcompletion when completing variadic arguments - #931

Closed
stopthatcow wants to merge 6 commits into
pallets:masterfrom
stopthatcow:feature/919
Closed

Fix bug in bashcompletion when completing variadic arguments#931
stopthatcow wants to merge 6 commits into
pallets:masterfrom
stopthatcow:feature/919

Conversation

@stopthatcow

@stopthatcowstopthatcow commented Feb 13, 2018

Copy link
Copy Markdown
Contributor

Variadic arguments (nargs>=2) with option parameters didn't play nicely together in completion. Now they do.

Fixes#919

@stopthatcow

Copy link
Copy Markdown
ContributorAuthor

Supplanted by #930

@stopthatcow
stopthatcow deleted the feature/919 branch February 23, 2018 04:36
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Nov 13, 2020
@kdeldyckekdeldycke added the parsing Parsing, parameters, commands, chaining, context label Aug 8, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

parsingParsing, parameters, commands, chaining, context

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Completion of subcommand options after last argument does not work

2 participants

@stopthatcow@kdeldycke