pulumi/pkg/util/cmdutil
Joe Duffy 811759fb77
Fix missing emojis on Windows (#966)
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.
2018-02-21 09:42:06 -08:00
..
args.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
child.go Don't use shebangs to launch providers and correctly kill child process trees on Unix (#934) 2018-02-14 13:56:07 -08:00
child_windows.go Don't use shebangs to launch providers and correctly kill child process trees on Unix (#934) 2018-02-14 13:56:07 -08:00
console.go Fix missing emojis on Windows (#966) 2018-02-21 09:42:06 -08:00
console_password.go Make some stack-related CLI improvements (#947) 2018-02-16 15:03:54 -08:00
console_password_windows.go Make some stack-related CLI improvements (#947) 2018-02-16 15:03:54 -08:00
diag.go Attempt to fix colorization (#740) 2017-12-18 11:42:32 -08:00
exit.go Fix error message for stack select failures 2017-12-28 16:51:53 -08:00
log.go AssertNoError instead of Assert(err == nil) 2018-01-08 13:46:21 -08:00
log_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
spinner.go Fix missing emojis on Windows (#966) 2018-02-21 09:42:06 -08:00
trace.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00