Skip to content

dotnet tool search --add-source #15911

Open
@am11

Description

The lack of --add-source option in dotnet-tool-search is unexpected and unsymmetrical to other subcommands of dotnet-tool.

$ dotnet tool install \
    --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json \
    dotnet-symbol -g

# is fine, but:

$ dotnet tool search \
    --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json \
    dotnet-symbol

Unrecognized command or argument 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
Unrecognized command or argument 'dotnet-symbol'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions