RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR
NOCOLOR: use-color (boolean) = false
NOCOLOR: error: 'bogus' is not a valid command
RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR
NOCOLOR: use-color (boolean) = false
NOCOLOR: error: 'bogus' is not a valid command