正在运行tf scorch
的行为与我期望的一样。但是,运行tf scorch /?
表示此命令的语法应为tf vc scorch
。在其他地方寻找SO我发现使用了后一种语法:What does the command tf vc scorch do?。
vc
参数是否有任何影响/是否有充分理由包含或排除它?
答案 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命令和一些设置命令。这些类别中的每一个都已共享help
,permission
和view
命令,这些都需要消除歧义。
通过包含vc
或git
,您可以明确告诉命令行您要使用哪个子命令。为了向后兼容,某些命令会自动路由到vc
,而不指定顶级微分器。