Skip to content

🩹 [Patch]: Add a config for how to match argument completers #509

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

Add a config to the GitHubConfig called CompletionMode that covers how argument completion is done.

Alternatives:

  • StartsWith - Will just complete the rest of the word you have typed. $wordToComplete*
  • Contains - Will find all alternatives that contain the word you have typed. *$wordToComplete*.

Update all the argument completers so they adhere to the setting.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions