Document Config struct

This commit is contained in:
sharkdp 2018-08-22 22:36:59 +02:00
parent 31a9335bd5
commit 6223ad6d52
1 changed files with 3 additions and 0 deletions

View File

@ -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,