Skip to content

Suggestions don't work when tool is invoked as a dotnet subcommand #2129

Open
@tmds

Description

@tmds

I have a tool named dotnet-shift.

The tool can either be invoked as dotnet-shift, or it can be invoked as dotnet shift.

When the former syntax is used to invoke the tool, the command completions work.
And when the latter is used, they don't.

My understanding is that for this to work, the .NET SDK should pass on the request for suggestions to the tool that gets invoked.

cc @jonsequitur @adamsitnik

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-CompletionsRelated to support for tab completionbugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions