We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037d036 commit da29dc5Copy full SHA for da29dc5
src/GitVersion.App.Tests/HelpWriterTests.cs
@@ -46,6 +46,7 @@ public void AllArgsAreInHelp()
46
{ nameof(Arguments.NoCache), "/nocache" },
47
{ nameof(Arguments.NoFetch), "/nofetch" },
48
{ nameof(Arguments.NoNormalize), "/nonormalize" },
49
+ { nameof(Arguments.AllowShallow), "/allowshallow" },
50
};
51
var helpText = string.Empty;
52
0 commit comments