diff --git a/src/app.rs b/src/app.rs index b909b74e..1a5c973c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -32,6 +32,9 @@ pub struct Config<'a> { /// The character width of the terminal pub term_width: usize, + /// Whether or not the terminal is interactive + pub interactive_output: bool, + /// Whether or not the output should be colorized pub colored_output: bool,