From ee999ef87445e9f51ce40a42add3daf2a27c3da2 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 16 Dec 2016 20:14:33 -0800 Subject: [PATCH] Adding clean to the expected help output. --- .../GivenThatIWantToShowHelpForDotnetCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs b/test/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs index 5d3e5edb6..488686fe3 100644 --- a/test/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs +++ b/test/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs @@ -40,6 +40,7 @@ Commands: test Runs unit tests using the test runner specified in the project. pack Creates a NuGet package. migrate Migrates a project.json based project to a msbuild based project. + clean Clean build output(s). Project modification commands: add Add items to the project