mirror of https://github.com/pulumi/pulumi.git
811759fb77
I was reminded of this yesterday with unprintable characters as I debugged some things on Windows. Inspired by Yarn, this change adds a new flag --emoji (-e for short) that can be used to control whether we show ASCII-only characters or not in the console. On Mac, it defaults to true, and on Windows and Linux, it defaults to false. This also brings back the retro ASCII-friendly progress spinner when --emoji is disabled. |
||
---|---|---|
.. | ||
args.go | ||
child.go | ||
child_windows.go | ||
console.go | ||
console_password.go | ||
console_password_windows.go | ||
diag.go | ||
exit.go | ||
log.go | ||
log_test.go | ||
spinner.go | ||
trace.go |