terminal: handle basic coloring

This closes issue 
This commit is contained in:
Morten Minde Neergaard 2022-11-03 08:50:17 +01:00 committed by blinry
parent f4a1230e77
commit 88eeef9a68
3 changed files with 71 additions and 5 deletions

View file

@ -4,6 +4,7 @@ class_name ShellCommand
signal done
var command
var pretty_command = null
var output
var exit_code
var crash_on_fail = true