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 262a760 commit 4b19250Copy full SHA for 4b19250
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