From c51dea383b234aa39df177a9e560557cf237a75c Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Mon, 17 May 2021 14:00:06 -0700 Subject: [PATCH] add new help output to the test --- test/dotnet-new3.UnitTests/DotnetNewHelp.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/dotnet-new3.UnitTests/DotnetNewHelp.cs b/test/dotnet-new3.UnitTests/DotnetNewHelp.cs index 4c9e3a78bd5..70270bee3f7 100644 --- a/test/dotnet-new3.UnitTests/DotnetNewHelp.cs +++ b/test/dotnet-new3.UnitTests/DotnetNewHelp.cs @@ -95,7 +95,11 @@ public class DotnetNewHelp --no-restore If specified, skips the automatic restore of the project on create. bool - Optional - Default: false "; + Default: false + + --nullable Whether to enable nullable reference types for this project. + bool - Optional + Default: true "; #endregion private readonly ITestOutputHelper _log;