Skip to content

Commit

Permalink
dotnet tool list always returns 0 (#40616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra authored Apr 25, 2024
1 parent 85428ab commit 53dae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-tool-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `dotnet tool list` command provides a way for you to list .NET global, tool-

- **`PACKAGE_ID`**

Lists the tool that has the supplied package ID if the tool is installed. Can be used in conjunction with options. Provides a way to check if a specific tool was installed. The command returns 1 if no tool with the specified package ID is found; returns 0 otherwise.
Lists the tool that has the supplied package ID if the tool is installed. Can be used in conjunction with options. Provides a way to check if a specific tool was installed. If no tool with the specified package ID is found, the command lists headings with no detail rows. The command always returns 0.

## Options

Expand Down

0 comments on commit 53dae3b

Please sign in to comment.