Skip to content

🩹 [Patch]: Add tests for argument completions #511

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

An example on how to test argument completions:

$command = 'Get-GitHubContext -Context '
$cc = [System.Management.Automation.CommandCompletion]::CompleteInput($command, $command.Length, $null)
$cc.CompletionMatches.CompletionText | Should -Contain 'github.com/MariusStorhaug'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions