aboutsummaryrefslogtreecommitdiff
path: root/client/line_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/line_printer.h')
-rw-r--r--client/line_printer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/line_printer.h b/client/line_printer.h
index 4c4c7c6f..34f5c54d 100644
--- a/client/line_printer.h
+++ b/client/line_printer.h
@@ -26,6 +26,8 @@ struct LinePrinter {
bool is_smart_terminal() const { return smart_terminal_; }
void set_smart_terminal(bool smart) { smart_terminal_ = smart; }
+ bool quiet_ = false;
+
enum LineType { INFO, WARNING, ERROR };
/// Outputs the given line. INFO output will be overwritten.