Skip to content

Commit

Permalink
add new help output to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf committed May 17, 2021
1 parent fa14298 commit c51dea3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c51dea3

Please sign in to comment.