0
私は新しいタブを開き、その中でコマンドを実行しようとしています。代わりに、これは新しいウィンドウを開き、コマンドを実行する新しいタブを開きます...何が間違っていますか?osascriptは新しいタブの代わりに新しいウィンドウを開きます
exec(`osascript -e 'tell application \"System Events\" to tell process \"Terminal\" to keystroke \"t\" using command down' -e 'tell application \"Terminal\" to do script \"export KUBECONFIG=${basePath}/${answer.clustername}/${configfile}\"'`);