mirror of https://github.com/ashikslab/smartsh.git
warn that PowerShell support is experimental when using it
This commit is contained in:
parent
f0bc3f5c95
commit
06dca429e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue