You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,13 +38,13 @@ public static Task Main(string[] args)
38
38
parseArgument: result =>result.Tokens.Select(token =>ParseRootPathChange(token.Value)).ToImmutableArray())
39
39
{
40
40
Arity=ArgumentArity.OneOrMore,
41
-
Description="Followed by one or more arguments with the format CS1234:$/New/Path. Changes the path that is mapped as the Git repository root to a new path during a specified changeset."
41
+
Description="Followed by one or more arguments with the format CS1234:$/New/Path. Changes the path that is mapped as the Git repository root to a new path during a specified changeset.",
42
42
},
43
43
newOption<string?>("--pat"){Description="Optional PAT, required to access TFVC repositories hosted on Azure DevOps Services. If not provided Default Client Credentials will be used, these are only suitable for on-premise TFS/Azure DevOps Server."},
0 commit comments