Maybe my question is not the most accurate but good to explain create a new build system
{
"cmd": ["start", "cmd", "/k", "C:/Users/Jsociety/AppData/Local/Programs/Python/Python36/python.exe", "$file"],
"selector": "source.python",
"shell": true,
"working_dir": "$file_dir"
}
all perfect I get the scripts that I write but I would like to press the enter key to close the cmd window without having to exit () every time I run a script I would like to know if I can place an action modifying the build that you configure to behave like this
everything runs cool but what I want to modify in the build is to stop putting exit () and just press the enter key close the window