运行tf scorch
就像我期望的那样。但是,运行tf scorch /?
说这个命令的语法应该是tf vc scorch
。在其他地方寻找SO我发现使用了后一种语法:What does the command tf vc scorch do?。
vc
论证是否有任何影响/是否有任何理由包含或排除它?
只需运行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
,而不指定顶级微分器。