Document Config struct

pull/222/head
sharkdp 6 years ago
parent 31a9335bd5
commit 6223ad6d52

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

Loading…
Cancel
Save