From 53dae3b821c15a3f73ea44a9e94d7823ddbf9a00 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 25 Apr 2024 16:25:06 -0700 Subject: [PATCH] dotnet tool list always returns 0 (#40616) --- docs/core/tools/dotnet-tool-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-tool-list.md b/docs/core/tools/dotnet-tool-list.md index 0e788dd46e501..b3176947efe80 100644 --- a/docs/core/tools/dotnet-tool-list.md +++ b/docs/core/tools/dotnet-tool-list.md @@ -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