Changelog 1.1.4
- Command can be executed in the background using the new attribute
new_console
<button
label="Computer name"
new_console="false"
show_output="always"
>
powershell.exe -Command "$env:COMPUTERNAME"
</button>
new_console
<button
label="Computer name"
new_console="false"
show_output="always"
>
powershell.exe -Command "$env:COMPUTERNAME"
</button>