warn that PowerShell support is experimental when using it

This commit is contained in:
Ashik K 2023-04-11 00:35:01 +02:00
parent f0bc3f5c95
commit 06dca429e9
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ if is_in_teacher_mode == False and apioutput is not None:
if colorize_output:
print("\033[93m")
if tune_for_powershell:
print("***** PowerShell support is experimental*****")
print("***** You may have better luck if you copy the command and paste it into a PowerShell window *****")
os.system("powershell.exe -Command " + apioutput)
else:
os.system(apioutput)