We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe885b7 commit c5c1115Copy full SHA for c5c1115
1 file changed
.trae/rules/project_rules.md
@@ -1,5 +1,8 @@
1
# PowerShell 脚本项目规则
2
3
+我们的默认终端是pwsh(powershell 7+),执行较长的命令创建一个ps1脚本来执行。因为长命令有很多引号,容易出错导致命令不执行
4
+短命令可以使用pwsh -Command来执行,不要用powershell来执行,因为可能调用的是windows默认的powershell,而不是powershell 7+
5
+
6
## 代码风格规范
7
8
### 命名约定
0 commit comments