refactor(cli): 优化脚本 增加command脚本的生成

This commit is contained in:
2024-02-27 10:44:20 +08:00
parent 5ecc3daac0
commit 73f0c4c82c
12 changed files with 146 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
<#list services as service>
${currentPath}/stop-${service}.sh
</#list>