Open
Description
opened on Feb 17, 2021
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