Skip to content

Commit da29dc5

Browse files
João Nogueiraarturcic
authored andcommitted
fix: add missing allowshallow entry to HelpWriterTests
1 parent 037d036 commit da29dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersion.App.Tests/HelpWriterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void AllArgsAreInHelp()
4646
{ nameof(Arguments.NoCache), "/nocache" },
4747
{ nameof(Arguments.NoFetch), "/nofetch" },
4848
{ nameof(Arguments.NoNormalize), "/nonormalize" },
49+
{ nameof(Arguments.AllowShallow), "/allowshallow" },
4950
};
5051
var helpText = string.Empty;
5152

0 commit comments

Comments
 (0)