嗨,我试图通过powershell运行"tf get"命令但是当它到达arugments时我总是遇到意外的令牌错误.
我在PowerShell脚本中遵循此帖后TFS命令的说明
发生错误的行是
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\tf.exe" @("get", $args[$i])
Run Code Online (Sandbox Code Playgroud)
其中$ args [$ i]是用户输入的参数,但脚本在调用tf.exe后停止执行
有人可以帮帮我吗?谢谢.