This commit is contained in:
lollipopkit
2023-08-05 17:48:56 +08:00
parent a716254557
commit 4b7397de46
10 changed files with 190 additions and 188 deletions

View File

@@ -22,8 +22,8 @@ enum AppShellFuncType {
case AppShellFuncType.status:
return 'status';
case AppShellFuncType.docker:
/// `dockeR` -> avoid conflict with `docker` command
/// 以防止循环递归
// `dockeR` -> avoid conflict with `docker` command
// 以防止循环递归
return 'dockeR';
}
}