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 c11d630 commit b34da34Copy full SHA for b34da34
GitVersion/ArgumentParser.cs
@@ -63,7 +63,7 @@ public static Arguments ParseArguments(List<string> commandLineArguments)
63
arguments.LogFilePath = value;
64
continue;
65
}
66
-
+
67
if (IsSwitch("url", name))
68
{
69
arguments.TargetUrl = value;
GitVersion/HelpWriter.cs
@@ -9,7 +9,7 @@ public static void Write()
9
var message =
10
@"Use convention to derive a SemVer product version from a GitFlow or GitHub based repository.
11
12
-GitVersion [path] [/l logFilePath] [/exec executable] [/execargs args]
+GitVersion [path] [/l logFilePath]
13
14
path The directory containing .git. If not defined current directory is used.
15
/url Url to remote git repository.
0 commit comments