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 18, 2021
1 parent fa14298 commit 620401a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 ";

private const string ClassLibHelp =
@"Class Library (C#)
Expand Down Expand Up @@ -95,7 +99,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 620401a

Please sign in to comment.