Skip to content

shellcompletion of parameter values that start with - are interpreted as options #161

Open
@bckohan

Description

@bckohan

This is an upstream bug in either click or typer most likely.

For example if you have an option --integer that takes an integer as a value if you type:

command --integer -

it will give you completions for the other available options instead of completions for the negative integer values.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions