参数`vc`为命令`tf`添加了什么?

时间:2017-12-19 15:53:50

标签: tfs azure-devops tfvc

正在运行tf scorch的行为与我期望的一样。但是,运行tf scorch /?表示此命令的语法应为tf vc scorch。在其他地方寻找SO我发现使用了后一种语法:What does the command tf vc scorch do?

vc参数是否有任何影响/是否有充分理由包含或排除它?

1 个答案:

答案 0 :(得分:1)

只需运行tf.exe /?即可告诉您:

Microsoft (R) TF - Team Foundation Version Control Tool, Version 15.127.27130.1
Copyright (c) Microsoft Corporation.  All rights reserved.

Type tf vc help for a list of supported Version Control commands.
Type tf git help for a list of supported Git commands.
Type tf settings help for a list of supported server settings commands.

因此,有许多TFVC命令,许多Git命令和一些设置命令。这些类别中的每一个都已共享helppermissionview命令,这些都需要消除歧义。

通过包含vcgit,您可以明确告诉命令行您要使用哪个子命令。为了向后兼容,某些命令会自动路由到vc,而不指定顶级微分器。