支持修改环境变量和 ALIAS

This commit is contained in:
fofolee
2022-05-19 00:59:37 +08:00
parent 2dd7508911
commit 1ee35586c1
5 changed files with 102 additions and 25 deletions

View File

@@ -175,6 +175,8 @@ export default {
: this.$root.programs[command.program];
option.scptarg = command.scptarg || "";
option.charset = command.charset || {};
option.envPath = this.$root.nativeProfile.envPath.trim() || "";
option.alias = this.$root.nativeProfile.alias.trim() || "";
return option;
},
listenStopSign() {